@charset "UTF-8";
:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-banner {
  position: relative;
  padding-top: 53px;
  padding-bottom: 62px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gd-banner {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-banner {
    padding-top: 112px;
    padding-bottom: 80px;
  }
}
.gd-banner-block {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (min-width: 1270px) {
  .gd-banner-block {
    flex-direction: row;
    margin-top: 40px;
  }
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  overflow: hidden;
  background-image: url('./../../images/components/pages/index/banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.gd-banner-bg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(236, 248, 248, 0) 0%, #ecf8f8 100%);
}
@media screen and (min-width: 768px) {
  .gd-banner-bg::after {
    height: 120px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-banner-bg::after {
    height: 160px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-banner-bg {
    height: 900px;
  }
}
.gd-banner-bg #bannerSvg,
.gd-banner-bg #mainBallSvg,
.gd-banner-bg #borderBallSvg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1270px) {
  .gd-banner-bg #bannerSvg,
  .gd-banner-bg #mainBallSvg,
  .gd-banner-bg #borderBallSvg {
    height: 900px;
  }
}
@media screen and (min-width: 1920px) {
  .gd-banner-bg #bannerSvg,
  .gd-banner-bg #mainBallSvg,
  .gd-banner-bg #borderBallSvg {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.gd-banner-bg #borderBallMask {
  position: absolute;
  top: -58px;
  left: 45.1%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media screen and (min-width: 768px) {
  .gd-banner-bg #borderBallMask {
    left: 46%;
  }
}
@media screen and (min-width: 1270px) {
  .gd-banner-bg #borderBallMask {
    width: 562px;
    height: 562px;
    top: -79px;
    left: 46.5%;
  }
}
@media screen and (min-width: 1440px) {
  .gd-banner-bg #borderBallMask {
    left: 47.1%;
  }
}
@media screen and (min-width: 1920px) {
  .gd-banner-bg #borderBallMask {
    left: 50%;
  }
}
.gd-banner-bg #borderBallLight {
  position: absolute;
  top: -58px;
  left: 45.1%;
  width: 400px;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .gd-banner-bg #borderBallLight {
    left: 46%;
  }
}
@media screen and (min-width: 1270px) {
  .gd-banner-bg #borderBallLight {
    width: 562px;
    height: 562px;
    top: -79px;
    left: 46.5%;
  }
}
@media screen and (min-width: 1440px) {
  .gd-banner-bg #borderBallLight {
    left: 47.1%;
  }
}
@media screen and (min-width: 1920px) {
  .gd-banner-bg #borderBallLight {
    left: 50%;
  }
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-announcement {
  position: relative;
  margin: 16px 16px 0;
}
@media screen and (min-width: 1270px) {
  .gd-announcement {
    max-width: 1360px;
    margin: 24px 40px 0;
  }
}
@media screen and (min-width: 1440px) {
  .gd-announcement {
    max-width: 1360px;
    margin: 24px auto 0;
  }
}
.gd-announcement-carousel {
  padding: 12px 16px;
  background: rgba(54, 68, 77, 0.9);
  box-shadow: 0px 4px 16px 0px rgba(50, 110, 109, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 24px;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1270px) {
  .gd-announcement-carousel {
    padding: 12px 24px;
  }
  .gd-announcement-carousel:hover {
    background: #36444d;
  }
  .gd-announcement-carousel:hover .gd-announcement-carousel-check {
    color: rgba(255, 255, 255, 0.6);
  }
}
.gd-announcement-carousel .carousel-item-next.carousel-item-left,
.gd-announcement-carousel .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gd-announcement-carousel .carousel-item-next,
.gd-announcement-carousel .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}
.gd-announcement-carousel .carousel-item-prev,
.gd-announcement-carousel .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.gd-announcement-carousel-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1270px) {
  .gd-announcement-carousel-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.gd-announcement-carousel-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06rem;
  color: #ffffff;
}
@media screen and (min-width: 1270px) {
  .gd-announcement-carousel-body {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
.gd-announcement-carousel-head {
  flex-shrink: 0;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (min-width: 1270px) {
  .gd-announcement-carousel-head {
    margin-bottom: 0;
  }
  .gd-announcement-carousel-head::after {
    content: ' |';
    margin-left: 4px;
    margin-right: 8px;
    vertical-align: top;
  }
}
.gd-announcement-carousel-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1270px) {
  .gd-announcement-carousel-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    /* 隱藏超出範圍的文字 */
    -webkit-box-orient: vertical;
  }
}
.gd-announcement-carousel-check {
  margin-left: 4px;
  text-decoration: underline;
  font-weight: 700;
  transition-duration: 0.3s;
}
.gd-announcement-carousel-indicators {
  justify-content: end;
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  color: rgba(255, 255, 255, 0.6);
}
.gd-announcement-carousel-indicators-num {
  display: none;
  width: unset;
  height: unset;
  background-color: unset;
}
.gd-announcement-carousel-indicators-num.active {
  display: inline-block;
  color: #ffffff;
  background-color: unset;
}
.gd-announcement-close {
  position: absolute;
  top: -4px;
  right: -4px;
  filter: drop-shadow(0px 4px 12px rgba(54, 68, 77, 0.5));
  cursor: pointer;
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-slogan {
  position: relative;
  padding: 48px 0px 30px 0px;
}
.gd-slogan.fadeInUp {
  animation-name: fadeInUp10;
}
.gd-slogan > span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gd-slogan-title {
  display: block;
  width: 300px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 12px;
  text-align: center;
  color: #09817e;
  margin-bottom: 5px;
  position: relative;
  background: linear-gradient(to right, #09817e, #12c2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gd-slogan-title::before {
  content: "CTBC";
  position: absolute;
  text-align: center;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 38px;
  color: rgba(10, 146, 143, 0.09);
  font-weight: 700;
  letter-spacing: 16px;
  -webkit-text-fill-color: initial;
  filter: blur(1px);
}
.gd-slogan-title:after {
  content: '';
  position: absolute;
  top: -4px;
  right: 45px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #ff5441;
}
@media screen and (min-width: 768px) {
  .gd-slogan {
    padding: 90px 0px 60px 36px;
  }
  .gd-slogan > span {
    align-items: flex-start;
  }
  .gd-slogan-title {
    text-align: left;
    display: inline-block;
    width: 500px;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 34px;
    margin-bottom: 12px;
  }
  .gd-slogan-title::before {
    top: -41px;;
    left: 32px;
    transform: translateX(0);
    width: auto;
    font-size: 72px;
    letter-spacing: 30px;
    font-weight: 600;
    filter: blur(2px);
  }
  .gd-slogan-title:after {
    top: -4px;
    right: 120px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-slogan {
    padding: 105px 0px 90px 60px;
  }
  .gd-slogan > span {
    align-items: flex-start;
  }
  .gd-slogan-title {
    justify-content: center;
    align-items: flex-start;
    width: 520px;
    font-size: 90px;
    letter-spacing: 38px;
    margin-bottom: 4px;
  }
  .gd-slogan-title::before {
    width: auto;
    top: -52px;
    left: 48px;
    font-size: 92px;
    letter-spacing: 40px;
    font-weight: 600;
    color: rgba(7, 153, 140, 0.05);
  }
  .gd-slogan-title:after {
    top: -4px;
    right: 22px;
    width: 12px;
    height: 12px;
  }
}
.gd-slogan-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ff5441;
  border-radius: 100%;
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .gd-slogan-dot {
    width: 10px;
    height: 10px;
    margin: 0 20px;
  }
}
.gd-slogan-subtitle p {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.625rem;
  font-weight: 400;
  color: #1f272b;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .gd-slogan-subtitle p {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
  }
}
@media screen and (min-width: 1270px) {
  .gd-slogan-subtitle p {
    font-size: 1.75rem;
    line-height: 3.125rem;
    letter-spacing: 0.625rem;
    color: #4f606a;
    font-weight: 600;
  }
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-service {
  position: relative;
  z-index: 1;
}
.gd-service.fadeInUp {
  animation-name: fadeInUp16px;
}
.gd-service-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px 32px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(54, 68, 77, 0.2);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .gd-service-ul {
    grid-template-columns: repeat(3, 1fr);
    padding: 16px 32px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-service-ul {
    display: flex;
    justify-content: center;
    grid-gap: 0;
    padding: 8px 32px;
  }
}
.gd-service-box {
  position: relative;
}
.gd-service-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #e0e0e0;
}
.gd-service-box:nth-child(even)::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .gd-service-box::after {
    right: 0;
  }
  .gd-service-box:nth-child(even)::after {
    content: '';
  }
  .gd-service-box:nth-child(3n)::after {
    content: none;
  }
}
@media screen and (min-width: 1270px) {
  .gd-service-box::after {
    right: 0px;
  }
  .gd-service-box:nth-child(3n)::after {
    content: '';
  }
  .gd-service-box:last-child::after {
    content: none;
  }
}
.gd-service-link {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 8px;
  transition-duration: 0.3s;
}
.gd-service-link:active {
  color: #067a75;
  background-color: rgba(6, 122, 117, 0.06);
}
@media screen and (min-width: 1270px) {
  .gd-service-link {
    padding: 8px 20px;
    margin: 0 8px;
  }
  .gd-service-link:hover {
    color: #067a75;
    background-color: rgba(6, 122, 117, 0.06);
  }
}
.gd-service-img {
  margin-right: 6px;
}
@media screen and (min-width: 1270px) {
  .gd-service-img {
    width: 32px;
    margin-right: 8px;
  }
}
.gd-service-text {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1270px) {
  .gd-service-text {
    font-size: 18px;
  }
}
.gd-service-text_hide {
  display: none;
}
@media screen and (min-width: 1270px) {
  .gd-service-text_hide {
    display: inline-block;
  }
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-marketing {
  margin-bottom: 24px;
}
@media screen and (min-width: 1270px) {
  .gd-marketing {
    width: calc(50% - 12px);
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.gd-marketing.fadeInUp {
  animation-name: fadeInUp24px;
}
.gd-marketing-carousel {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px rgba(54, 68, 77, 0.15);
}
.gd-marketing-carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(159, 159, 159, 0.4);
}
.gd-marketing-carousel-indicators li.active {
  background-color: #009891;
}
.gd-marketing-carousel-link {
  padding: 16px;
  padding-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .gd-marketing-carousel-link {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-marketing-carousel-link {
    padding-bottom: 24px;
  }
  .gd-marketing-carousel-link:hover .gd-marketing-carousel-img {
    transform: scale(1.05);
  }
  .gd-marketing-carousel-link:hover .gd-marketing-carousel-text {
    color: #067a75;
  }
  .gd-marketing-carousel-link:hover .gd-marketing-carousel-arrow {
    transform: translateX(4px);
  }
}
.gd-marketing-carousel-pic {
  display: block;
  position: relative;
  padding-top: 50%;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 1270px) {
  .gd-marketing-carousel-pic {
    padding-top: 0;
    height: 282px;
  }
}
.gd-marketing-carousel-img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1270px) {
  .gd-marketing-carousel-img {
    position: unset;
  }
}
.gd-marketing-carousel-title {
  display: flex;
  align-items: center;
  margin: 8px 0 10px 0;
  padding: 0 8px;
  height: 3.25rem;
}
@media screen and (min-width: 768px) {
  .gd-marketing-carousel-title {
    margin: 20px 0 0 0;
    height: unset;
  }
}
.gd-marketing-carousel-text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0675rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-weight: 700;
  color: #12171a;
  margin-right: 8px;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .gd-marketing-carousel-text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
@media screen and (min-width: 768px) {
  .gd-marketing-carousel-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.075rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    /* 隱藏超出範圍的文字 */
    -webkit-box-orient: vertical;
  }
}
.gd-marketing-carousel-arrow {
  display: block;
  transition-duration: 0.3s;
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-rate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 24px 0px rgba(54, 68, 77, 0.15);
}
@media screen and (min-width: 768px) {
  .gd-rate {
    padding: 20px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-rate {
    width: calc(50% - 12px);
  }
}
.gd-rate.fadeInUp {
  animation-name: fadeInUp24px;
}
.gd-rate-body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .gd-rate-body {
    flex-direction: row;
  }
}
.gd-rate-exchange-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .gd-rate-exchange-wrapper {
    width: calc(50% - 10px);
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-rate-exchange-wrapper {
    width: 220px;
  }
}
.gd-rate-button-secondary-border {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gd-rate-button-secondary-border {
    display: none;
  }
}
.gd-rate-exchange-head-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .gd-rate-exchange-head-wrapper {
    flex-direction: column-reverse;
  }
}
.gd-rate-exchange-head {
  margin-bottom: 16px;
}
@media screen and (min-width: 1270px) {
  .gd-rate-exchange-head {
    margin-bottom: 18px;
  }
}
.gd-rate-exchange-head-origin {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  color: #36444d;
  font-weight: 700;
}
.gd-rate-origin-currency::after {
  content: ' =';
}
.gd-rate-exchange-head-target {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0675rem;
  font-weight: 600;
  color: #12171a;
}
@media screen and (min-width: 768px) {
  .gd-rate-exchange-head-target {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
@media screen and (min-width: 768px) {
  .gd-rate-exchange-head-target {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gd-rate-exchange-head-target {
    font-size: 2rem;
    line-height: 2.875rem;
    letter-spacing: 0.16rem;
  }
}
@media screen and (min-width: 768px) {
  .gd-rate-exchange-head-target.font-size-28 {
    font-size: 1.75rem;
  }
  .gd-rate-exchange-head-target.font-size-24 {
    font-size: 1.5rem;
  }
}
.gd-rate-exchange-head-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  color: #757575;
}
.gd-rate-exchange-collapse {
  display: none;
  flex-direction: column;
}
.gd-rate-exchange-collapse_show {
  display: flex;
}
@media screen and (min-width: 768px) {
  .gd-rate-exchange-collapse {
    display: flex;
  }
}
.gd-rate-exchange-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}
.gd-rate-exchange-pic {
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 8px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.gd-rate-exchange-pic:active {
  background-color: rgba(6, 122, 117, 0.06);
}
.gd-rate-exchange-pic:active .gd-rate-exchange-icon {
  background-color: #067a75;
}
@media screen and (min-width: 1270px) {
  .gd-rate-exchange-pic:hover {
    background-color: rgba(6, 122, 117, 0.06);
  }
  .gd-rate-exchange-pic:hover .gd-rate-exchange-icon {
    background-color: #067a75;
  }
}
.gd-rate-exchange-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./../../images/icons/switch.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .gd-rate-realtime-wrapper {
    flex-grow: 1;
  }
}
.gd-rate-realtime-bg {
  background-color: #f5f8f8;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-radius: 8px;
}
.gd-rate-realtime-tabs {
  display: flex;
  padding: 12px 16px 0;
  border-bottom: solid 1px #e0e0e0;
}
.gd-rate-realtime-tab {
  position: relative;
  padding-bottom: 8px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1.08px;
  cursor: pointer;
}
.gd-rate-realtime-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #067a75;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1270px) {
  .gd-rate-realtime-tab:hover {
    color: #067a75;
  }
  .gd-rate-realtime-tab:hover::after {
    width: 100%;
  }
}
.gd-rate-realtime-tab_active {
  font-weight: 700;
  color: #12171a;
  border-bottom: solid 3px #ff5441;
}
@media screen and (min-width: 1270px) {
  .gd-rate-realtime-tab_active:hover {
    color: #12171a;
  }
  .gd-rate-realtime-tab_active:hover::after {
    content: none;
  }
}
.gd-rate-realtime-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 16px 0;
  text-align: right;
}
.gd-rate-realtime-thead-th {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  font-weight: 400;
  color: #757575;
  padding: 6px 0;
}
.gd-rate-realtime-thead-th:first-child {
  text-align-last: left;
}
.gd-rate-realtime-tbody-tr {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06rem;
  color: #36444d;
}
.gd-rate-realtime-tbody-th {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-align-last: left;
  padding: 12px 0;
}
.gd-rate-realtime-tbody-th img {
  margin-right: 8px;
}
.gd-rate-realtime-tbody-td {
  font-weight: 400;
}
.gd-rate-footer {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1270px) {
  .gd-rate-footer {
    padding: 0 8px;
  }
}
.gd-rate-footer-link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  font-weight: 700;
  line-height: 1rem;
  color: #36444d;
  padding: 0 16px;
  border-right: solid 1px #e0e0e0;
  transition-duration: 0.3s;
}
.gd-rate-footer-link:first-child {
  padding-left: 0;
}
.gd-rate-footer-link:last-child {
  border-right: none;
  padding-right: 0;
}
.gd-rate-footer-link:active {
  color: #067a75;
}
@media screen and (min-width: 1270px) {
  .gd-rate-footer-link:hover {
    color: #067a75;
  }
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-category {
  padding-bottom: 64px;
}
.gd-category.fadeInUp {
  animation-name: fadeInUp24px;
}
@media screen and (min-width: 768px) {
  .gd-category {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
.gd-category-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0.09rem;
  font-weight: 700;
  color: #067a75;
}
@media screen and (min-width: 768px) {
  .gd-category-title {
    font-size: 2.5rem;
    line-height: 3.625rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .gd-category-title::before {
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
    right: 0;
    top: 0;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      rgba(59, 187, 189, 0.5),
      rgba(59, 187, 189, 0)
    );
    filter: blur(20px);
    animation-name: greenBallLife;
    animation-duration: 8s;
    animation-iteration-count: infinite;
  }
  @keyframes greenBallLife {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }
  .gd-category-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    right: -100;
    top: 140px;
    border-radius: 100%;
    background: radial-gradient(
      ellipse at center,
      rgba(254, 210, 210, 0.5),
      rgba(254, 210, 210, 0)
    );
    filter: blur(20px);
    animation-name: redBallLife;
    animation-duration: 5s;
    animation-iteration-count: infinite;
  }
  @keyframes redBallLife {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-title::before {
    right: -60px;
  }
  .gd-category-title::after {
    right: -150px;
  }
}
.gd-category-tabs2-ul-wrapper {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 32px 0px rgba(50, 110, 109, 0.1);
  margin: 20px 0;
  height: 40px;
}
.gd-category-tabs2-ul-wrapper::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgb(255, 255, 255)
  );
  border-radius: 0 16px 16px 0;
}
.gd-category-tabs2-ul {
  position: relative;
  padding: 4px 16px 0px 16px;
  border-radius: 0 0 32px 32px;
}
@media screen and (min-width: 768px) {
  .gd-category-tabs2-ul {
    padding: 8px 20px 0 20px;
  }
  .gd-category-tabs2-ul-wrapper {
    height: auto;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-tabs2-ul {
    padding: 8px 32px 0 32px;
  }
}
.gd-category-block {
  position: relative;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gd-category-block {
    padding: 20px;
    border-radius: 32px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block {
    padding: 32px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block-row-top {
    display: flex;
  }
}
.gd-category-block-campaign {
  display: block;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 4px 32px 0px rgba(50, 110, 109, 0.1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gd-category-block-campaign {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block-campaign {
    width: 50%;
    height: 207px;
    margin-right: 32px;
  }
  .gd-category-block-campaign:hover .gd-category-block-campaign-img {
    transform: scale(1.05);
  }
  .gd-category-block-campaign:hover .gd-category-block-campaign-arrow {
    transform: translateX(4px);
  }
  .gd-category-block-campaign:hover .gd-category-block-campaign-pic::after {
    transform: scale(1.05);
  }
}
.gd-category-block-campaign-pic {
  display: block;
  position: relative;
  padding-top: 37.5%;
}

.gd-category-block-campaign-pic::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 1;
  width: 100%;
  height: 50%;
  background-size: cover;
  background-position-y: bottom;
  filter: blur(5px);
  transition-duration: 0.3s;
}
@media screen and (min-width: 1270px) {
  .gd-category-block-campaign-pic {
    padding-top: 0;
  }
  .gd-category-block-campaign-pic::after {
    bottom: 0;
  }
}
.gd-category-block-campaign-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1270px) {
  .gd-category-block-campaign-img {
    position: unset;
  }
}
.gd-category-block-campaign-text-block {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 12px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 768px) {
  .gd-category-block-campaign-text-block {
    padding: 20px;
  }
}
.gd-category-block-campaign-title-box {
  display: flex;
  align-items: center;
}
.gd-category-block-campaign-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0675rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin-right: 8px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .gd-category-block-campaign-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
.gd-category-block-campaign-subtitle {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .gd-category-block-campaign-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.06rem;
  }
}
.gd-category-block-campaign-arrow {
  transition-duration: 0.3s;
}
.gd-category-block-footer {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .gd-category-block-footer {
    margin-top: 32px;
  }
}
.gd-category-block-product {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  padding: 24px 0;
  border-top: solid 1px #e0e0e0;
  z-index: 1;
}
@media screen and (min-width: 1270px) {
  .gd-category-block-product {
    width: 50%;
    gap: 24px;
    justify-content: space-between;
    margin-top: 0;
    padding: 0;
    border-top: none;
  }
  .gd-category-block-product::before {
    content: '';
    position: absolute;
    width: calc(100% + 32px);
    height: calc(100% + 24px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(6, 122, 117, 0);
    border-radius: 16px;
    z-index: -1;
    transition-duration: 0.3s;
  }
  .gd-category-block-product:hover::before {
    background-color: rgba(6, 122, 117, 0.06);
  }
  .gd-category-block-product:hover .gd-category-block-product-top-title {
    color: #067a75;
  }
  .gd-category-block-product:hover .gd-category-block-campaign-arrow {
    transform: translateX(4px);
  }
  .gd-category-block-product:hover .gd-card {
    background-color: #ffffff;
  }
}
.gd-category-block-product-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .gd-category-block-product-top {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block-product-top {
    margin-bottom: 0;
  }
}
.gd-category-block-product-top-card {
  height: 100%;
  max-height: 72px;
  border-radius: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .gd-category-block-product-top-card {
    max-height: 96px;
    margin-bottom: 0;
  }
}
.gd-category-block-product-top-subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.gd-category-block-product-top-title-box {
  display: flex;
  align-items: center;
}
.gd-category-block-product-top-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0675rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-weight: 700;
  color: #12171a;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .gd-category-block-product-top-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
.gd-category-block-campaign-arrow {
  transition-duration: 0.3s;
}
.gd-category-block-row-bottom {
  padding-top: 24px;
  border-top: solid 1px #e0e0e0;
}
@media screen and (min-width: 1270px) {
  .gd-category-block-row-bottom {
    padding-top: 32px;
    margin-top: 32px;
  }
}
.gd-category-block-article {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.gd-category-block-article::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .gd-category-block-article {
    overflow-x: visible;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block-article {
    justify-content: space-between;
  }
}
.gd-category-block-article-box {
  position: relative;
  flex-shrink: 0;
  max-width: 280px;
  padding-right: 16px;
  border-right: solid 1px #e0e0e0;
}
.gd-category-block-article-box:not(:last-child) {
  margin-right: 16px;
}
.gd-category-block-article-box:last-child {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .gd-category-block-article-box {
    flex-shrink: 1;
    max-width: unset;
    width: 33.3333333333%;
    padding-right: 20px;
  }
  .gd-category-block-article-box:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block-article-box {
    width: calc((100% - 128px) / 3);
    padding-right: 0;
    border-right: 0;
  }
  .gd-category-block-article-box::before {
    content: '';
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(6, 122, 117, 0);
    border-radius: 8px;
    transition-duration: 0.3s;
  }
  .gd-category-block-article-box::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -32px;
    background-color: #e0e0e0;
  }
  .gd-category-block-article-box:last-child::after {
    content: none;
  }
  .gd-category-block-article-box:hover::before {
    background-color: rgba(6, 122, 117, 0.06);
  }
  .gd-category-block-article-box:hover .gd-category-block-article-title {
    color: #067a75;
  }
  .gd-category-block-article-box:hover .gd-category-block-article-arrow {
    transform: translateX(4px);
  }
}
.gd-category-block-article-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.gd-category-block-article-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin-right: 8px;
  transition-duration: 0.3s;
}
.gd-category-block-article-subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
}
.gd-category-block-article-arrow {
  transition-duration: 0.3s;
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-digital {
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gd-digital {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital {
    position: relative;
    padding-top: 72px;
    z-index: 1;
  }
}
.gd-digital .gd-container {
  position: relative;
  padding-right: 0;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 1270px) {
  .gd-digital .gd-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.gd-digital-bg {
  position: relative;
  padding: 24px 0;
  margin: 0 16px;
}
@media screen and (min-width: 768px) {
  .gd-digital-bg {
    padding: 32px 0;
    margin: 0 32px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-bg {
    padding: 64px 0;
    margin: 0 24px;
    z-index: unset;
  }
}
.gd-digital-head {
  padding: 0 0 0 16px;
}
.gd-digital-bg-deco {
  position: absolute;
  max-width: 1392px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 24px;
  background-color: #36444d;
  overflow: hidden;
  transform: translateX(-50%) scale3D(2, 1.1, 1);
  transition-duration: 1s;
}
.gd-digital-bg-deco::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('./../../images/components/pages/index/digital-noise.png');
  opacity: 0.2;
  border-radius: 24px;
}
.gd-digital-bg-deco_active {
  transform: translateX(-50%) scale3D(1, 1, 1);
}
.gd-digital-ball {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.gd-digital-ball::before {
  content: '';
  position: absolute;
  width: 544px;
  height: 544px;
  top: -236px;
  left: -232px;
  background-image: url('./../../images/components/pages/index/digital-ball-1.webp');
  background-size: contain;
  background-repeat: no-repeat;
  animation: ballRotate 10s infinite;
}
@keyframes ballRotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-120deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 768px) {
  .gd-digital-ball::before {
    top: -202px;
    left: -208px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-ball::before {
    width: 758px;
    height: 758px;
    top: -350px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-ball::after {
    content: '';
    position: absolute;
    width: 620px;
    height: 620px;
    right: -100px;
    bottom: -170px;
    background-color: #404e56;
    border-radius: 100%;
    mix-blend-mode: lighten;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-side-block {
    flex-grow: 1;
    margin-right: 64px;
  }
}
.gd-digital-subtitle {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0675rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .gd-digital-subtitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
.gd-digital-title {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0.09rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .gd-digital-title {
    font-size: 2.5rem;
    line-height: 3.625rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-title {
    margin-bottom: 16px;
  }
}
.gd-digital-list {
  display: none;
}
.gd-digital-list .slick-dots {
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 1270px) {
  .gd-digital-list .slick-dots {
    text-align: left;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-list .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
  }
  .gd-digital-list .slick-dots li.slick-active .gd-digital-list-link::after {
    background-color: #ff5441;
    animation: 5.5s linear scaleLine;
  }
  .gd-digital-list
    .slick-dots
    li.slick-active
    .gd-digital-list-link.paused::after {
    animation-play-state: paused;
  }
  @keyframes scaleLine {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
  .gd-digital-list
    .slick-dots
    li.slick-active:hover
    .gd-digital-list-link::after {
    animation-play-state: paused;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-list {
    display: block;
  }
}
.gd-digital-list-link {
  position: relative;
  display: block;
  padding: 24px 0;
  transition-duration: 0.3s;
}
.gd-digital-list-link::before,
.gd-digital-list-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.gd-digital-list-link::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.gd-digital-list-link::after {
  transform-origin: left;
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick {
    width: 100%;
    flex-grow: 1;
  }
}
.gd-digital-slick.slick-dotted.slick-slider {
  margin-bottom: 24px;
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick {
    width: 656px;
    flex-grow: 0;
  }
}
.gd-digital-slick .slick-track {
  display: flex;
}
.gd-digital-slick .slick-list {
  width: 100%;
}
.gd-digital-slick .slick-slide {
  width: 80vw;
  height: auto;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .gd-digital-slick .slick-slide {
    width: 85vw;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick .slick-slide {
    width: 100%;
    margin-right: 0;
  }
}
.gd-digital-slick .slick-slide.slick-active .gd-digital-slick-pic::after {
  background-color: transparent;
  animation: 5.5s linear scaleLine;
}
.gd-digital .slick-dots {
  bottom: 36px;
}
@media screen and (min-width: 1270px) {
  .gd-digital .slick-dots {
    bottom: 0;
  }
}
.gd-digital .slick-dots li {
  margin: 0 3px;
  width: auto;
  height: auto;
}
.gd-digital .slick-dots li button {
  padding: 0 3px;
  width: auto;
  height: auto;
}
.gd-digital .slick-dots li button:before {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.4;
  width: auto;
  height: auto;
  background: none;
  border: none;
}
.gd-digital .slick-dots li.slick-active button:before {
  color: #009891;
  opacity: 1;
}
.gd-digital-slick-pic {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 85.37%;
  background-color: rgba(204, 238, 236, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  overflow: hidden;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .gd-digital-slick-pic {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick-pic {
    max-height: 560px;
    padding-top: 0;
    margin-left: 0px;
    border-radius: 32px;
  }
}
.gd-digital-slick-pic::before,
.gd-digital-slick-pic::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick-pic::before,
  .gd-digital-slick-pic::after {
    content: none;
  }
}
/* .gd-digital-slick-pic::before {
  background-color: rgba(255, 255, 255, 0.4);
} */
.gd-digital-slick-pic::after {
  transform-origin: left;
}
@keyframes scaleLine {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.gd-digital-slick-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick-img {
    position: unset;
  }
}
.gd-digital-store-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 12px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
}
.gd-digital-store-block img {
  height: 32px;
}
.gd-digital-store-block img:not(:last-child) {
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .gd-digital-store-block {
    padding: 24px;
    padding-top: 40px;
  }
  .gd-digital-store-block img {
    height: auto;
  }
}
.gd-digital-slick-text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.gd-digital-slick-title-block {
  margin: 16px -16px 0 16px;
}
@media screen and (min-width: 1270px) {
  .gd-digital-slick-title-block {
    display: none;
  }
}
.gd-digital-slick-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .gd-digital-slick-title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: 0.0675rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gd-digital-slick-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
.gd-digital-slick-arrow {
  transition-duration: 0.3s;
}
.gd-digital-slick-content {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-size: 18px;
  transition-duration: 0.3s;
  padding-right: 24px;
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-finTech {
  position: relative;
  padding-top: 56px;
  padding-bottom: 72px;
}
@media screen and (min-width: 768px) {
  .gd-finTech {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}
.gd-finTech-body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.gd-finTech-body::before {
  content: '';
  position: absolute;
  display: block;
  width: 250px;
  height: 160px;
  right: -20px;
  top: -40px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(254, 210, 210, 0.5),
    rgba(254, 210, 210, 0)
  );
  filter: blur(15px);
  animation-name: redBallFin;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
@keyframes redBallFin {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20%, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .gd-finTech-body {
    flex-direction: row-reverse;
    align-items: center;
    gap: 32px;
  }
  .gd-finTech-body::before {
    width: 163px;
    height: 238px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-body {
    gap: 108px;
  }
  .gd-finTech-body::before {
    width: 180px;
    height: 272px;
    right: -80px;
    top: -150px;
  }
}
.gd-finTech-img-block {
  position: relative;
  margin-bottom: 24px;
}
.gd-finTech-img-block::before {
  content: '';
  position: absolute;
  display: block;
  width: 180px;
  height: 180px;
  left: 148px;
  top: -120px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(116, 205, 200, 0.8),
    rgba(237, 244, 246, 0)
  );
  filter: blur(15px);
  mix-blend-mode: darken;
  animation-name: greenBallFin;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}
@keyframes greenBallFin {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15%, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.gd-finTech-img-block::after {
  content: '';
  position: absolute;
  display: block;
  width: 93px;
  height: 93px;
  left: 200px;
  top: 60px;
  border-radius: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(247, 230, 164, 0.6),
    rgba(247, 230, 164, 0)
  );
  filter: blur(10px);
  animation-name: yellowBallFin;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
@keyframes yellowBallFin {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10%, -10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .gd-finTech-img-block {
    width: 300px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 32px;
  }
  .gd-finTech-img-block::before {
    width: 260px;
    height: 260px;
    left: 80px;
    top: -150px;
    filter: blur(20px);
  }
  .gd-finTech-img-block::after {
    width: 120px;
    height: 120px;
    top: 90px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-img-block {
    width: 420px;
    margin-left: 108px;
  }
  .gd-finTech-img-block::before {
    width: 300px;
    height: 300px;
    top: -200px;
    filter: blur(25px);
  }
  .gd-finTech-img-block::after {
    width: 160px;
    height: 160px;
    top: 120px;
    left: 300px;
  }
}
.gd-finTech-img-1 {
  position: relative;
  width: 200px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gd-finTech-img-1 {
    width: 240px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-img-1 {
    width: 320px;
  }
}
.gd-finTech-img-2 {
  width: 100px;
  position: absolute;
  top: 108px;
  left: 172px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .gd-finTech-img-2 {
    width: 120px;
    right: 0;
    left: unset;
    top: 147px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-img-2 {
    width: 160px;
    top: 165px;
  }
}
.gd-finTech-title {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0.09rem;
  font-weight: 700;
  color: #067a75;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .gd-finTech-title {
    font-size: 2.5rem;
    line-height: 3.625rem;
    letter-spacing: 0.2rem;
  }
}
.gd-finTech-title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .gd-finTech-title br {
    display: block;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-title {
    margin-bottom: 16px;
  }
}
.gd-finTech-content {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.08px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1270px) {
  .gd-finTech-content {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.075rem;
    margin-bottom: 32px;
  }
}
.gd-finTech-footer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  padding: 16px;
  margin-top: 24px;
  background-color: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(54, 68, 77, 0.1);
  border-radius: 16px;
}
.gd-finTech-footer::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 32px);
  background-color: #e0e0e0;
}
.gd-finTech-footer::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  height: 1px;
  background-color: #e0e0e0;
}
.gd-finTech-footer.fadeInUp {
  animation-name: fadeInUp16px;
}
@media screen and (min-width: 768px) {
  .gd-finTech-footer {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 16px 20px;
    margin-top: 43px;
  }
  .gd-finTech-footer::before,
  .gd-finTech-footer::after {
    content: none;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-footer {
    gap: 40px;
    padding: 10px 12px;
    margin-top: 68px;
  }
}
.gd-finTech-card {
  display: block;
  position: relative;
  border-radius: 8px;
  transition-duration: 0.3s;
}
/*無連結*/
.gd-finTech-card-non {
  display: block;
  position: relative;
  border-radius: 8px;
  transition-duration: 0.3s;
}
.gd-finTech-card:active {
  background-color: rgba(6, 122, 117, 0.06);
}
/*無連結
.gd-finTech-card-non:active {
  background-color: rgba(6, 122, 117, 0.06);
}*/
.gd-finTech-card:active .gd-finTech-card-arrow {
  transform: translateX(4px);
}
/*無連結*/
.gd-finTech-card-non:active .gd-finTech-card-arrow {
  transform: translateX(4px);
}
@media screen and (min-width: 768px) {
  .gd-finTech-card::after {
    content: '';
    display: block;
    position: absolute;
    height: 76px;
    width: 1px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: #e0e0e0;
  }
  .gd-finTech-card:last-child::after {
    content: none;
  }
}
/*無連結*/
@media screen and (min-width: 768px) {
  .gd-finTech-card-non::after {
    content: '';
    display: block;
    position: absolute;
    height: 76px;
    width: 1px;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background-color: #e0e0e0;
  }
  .gd-finTech-card-non:last-child::after {
    content: none;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-card {
    padding: 8px 12px;
  }
  .gd-finTech-card::after {
    height: 108px;
    right: -20px;
  }
  .gd-finTech-card:hover {
    background-color: rgba(6, 122, 117, 0.06);
  }
  .gd-finTech-card:hover .gd-finTech-card-arrow {
    transform: translateX(4px);
  }
}
/*無連結*/
@media screen and (min-width: 1270px) {
  .gd-finTech-card-non {
    padding: 8px 12px;
  }
  .gd-finTech-card-non::after {
    height: 108px;
    right: -20px;
  }
  .gd-finTech-card-non:hover .gd-finTech-card-arrow {
    transform: translateX(4px);
  }
}
.gd-finTech-card-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.08px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .gd-finTech-card-subtitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.08px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-card-subtitle {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.2px;
  }
}
.gd-finTech-card-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #067a75;
}
.gd-finTech-card-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0675rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .gd-finTech-card-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
@media screen and (min-width: 768px) {
  .gd-finTech-card-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.075rem;
  }
}
.gd-finTech-card-title-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .gd-finTech-card-title-number {
    font-size: 32px;
    line-height: normal;
    letter-spacing: 1.76px;
  }
}
@media screen and (min-width: 1270px) {
  .gd-finTech-card-title-number {
    font-size: 44px;
  }
}
.gd-finTech-card-arrow {
  transition-duration: 0.3s;
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@media screen and (min-width: 1270px) {
  .gd-news {
    margin: 40px 0;
  }
}
.gd-news .gd-container {
  max-width: 1000px;
}
.gd-news-title {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0.09rem;
  font-weight: 700;
  color: #067a75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gd-news-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0.09rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .gd-news-title {
    font-size: 2.5rem;
    line-height: 3.625rem;
    letter-spacing: 0.2rem;
  }
}
.gd-news-tabs {
  margin: 24px -16px;
  padding: 0 16px;
  padding-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .gd-news-tabs {
    margin: 32px 0;
    padding: 0;
    padding-bottom: 9px;
  }
}
.gd-news-content-row {
  padding: 16px 0;
  border-bottom: solid 1px #e0e0e0;
}
.gd-news-content-row:first-child {
  padding-top: 0;
}
.gd-news-content-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.gd-news-content-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 1270px) {
  .gd-news-content-link:hover .gd-news-content-title span {
    color: #067a75;
    background-size: 100% 100%;
  }
  .gd-news-content-link:hover .gd-news-content-arrow {
    transform: translateX(4px);
  }
}
.gd-news-content-time {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  color: #757575;
}
.gd-news-content-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  /* 隱藏超出範圍的文字 */
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.08px;
  font-weight: 700;
  margin-top: 4px;
  transition-duration: 0.3s;
}
.gd-news-content-title span {
  background-image: linear-gradient(transparent calc(100% - 1px), #067a75 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition-duration: 0.3s;
}
.gd-news-content-arrow {
  position: relative;
  top: 30px;
  margin-left: 8px;
  transition-duration: 0.3s;
}
.gd-news-btn-wrapper {
  text-align: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .gd-news-btn-wrapper {
    margin-top: 32px;
  }
}

:root {
  --color-grey: #eee;
}

/* Primary */
/* Secondary */
/* Neutral - Solid */
/* Background & White */
/* N01 */
/* N02 */
/* N03 */
/* N04 */
/* N05 */
/* N06 */
@keyframes fadeInUp10 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp16px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp24px {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.gd-insurance-warning {
  margin-top: 64px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .gd-insurance-warning {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.gd-insurance-warning-wrapper {
  background-color: #f5f8f8;
  padding: 16px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .gd-insurance-warning-wrapper {
    padding: 24px 32px;
  }
}
.gd-insurance-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.gd-insurance-content {
  list-style-type: disc;
  margin-left: 24px;
}
.gd-insurance-list {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
}
@media screen and (min-width: 768px) {
  .gd-insurance-list {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.06rem;
  }
}
/* 調整 */
/* 匯率調整 */
.vi-exchange-time {
  display: flex;
}
.vi-exchange-time .vi-icon-question-mark-b {
  position: relative;
  top: -2px;
  width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjcuMjUiIHN0cm9rZT0iI0MwQzBDMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTUuNSA2LjQ4ODA2QzUuNSAzLjgzNzMyIDEwLjExNTQgMy44MzczMSAxMC4xMTU0IDYuNDg4MDZDMTAuMTE1NCA4LjI4NTE2IDcuODA3NjkgNy42Nzc3IDcuODA3NjkgOS4xMTUzOCIgc3Ryb2tlPSIjQzBDMEMwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxlbGxpcHNlIGN4PSI3Ljc1IiBjeT0iMTEuNTk2MSIgcng9IjAuNzUiIHJ5PSIwLjc1IiBmaWxsPSIjQzBDMEMwIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
/* 360小手機匯率國旗與文字需要換行 */
@media (max-width: 360px) {
  .gd-rate-realtime-table {
    border-spacing: 12px 0;
  }
  .gd-rate-realtime-tbody-th img {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
  .gd-rate-realtime-tbody-th {
    flex-direction: column;
  }
  .gd-rate-realtime-tbody-th span {
    font-size: 16px;
    padding-top: 4px;
  }
  .gd-rate-realtime-thead-th:first-child {
    text-align-last: center;
  }
  .gd-rate-footer-link {
    padding: 0 12px;
  }
  .gd-service-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
    padding: 10px 6px;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(54, 68, 77, 0.2);
    border-radius: 16px;
  }
  .gd-service-box::after {
    right: -5px;
  }
  .gd-service-box {
    padding: 4px 0;
  }
}
/* 活動分類區塊兩塊都是 gd-category-block-product 的間距、分隔線問題 */
.gd-category-block-row-top .gd-category-block-product:first-child {
  margin-top: 0;
  padding-top: 4px;
  border: 0;
}
@media screen and (min-width: 1270px) {
  .gd-category-block-row-top .gd-category-block-product:first-child {
    margin-right: 32px;
  }
  .gd-category-block-row-top .gd-category-block-product:last-child {
    margin-right: 0;
  }
}
/* 活動分類區塊兩塊都是 gd-category-block-campaign 的間距、分隔線問題 */
.gd-category-block-row-top .gd-category-block-campaign:first-child {
  margin: 0;
}
.gd-category-block-row-top .gd-category-block-campaign:last-child {
  margin: 24px 0;
}
@media screen and (min-width: 1270px) {
  .gd-category-block-row-top .gd-category-block-campaign:first-child {
    margin: 0;
    margin-right: 32px;
  }
  .gd-category-block-row-top .gd-category-block-campaign:last-child {
    margin: 0;
    margin-right: 0;
  }
  /* 調整大版圖片(campaign)左右對齊 */
  .gd-category-block-campaign {
    height: 210px;
  }
}
/* 活動分類標題右上方小圖限高度 */
.gd-category-block-product-top-card {
  margin: 0 0 0 10px;
  max-height: 50px;
}
@media screen and (min-width: 768px) {
  .gd-category-block-product-top-card {
    max-height: 65px;
    margin-bottom: 0;
  }
}
/* 活動分類小版左右相反 */
.gd-category-block-product-top {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
/* 活動分類黑色漸層遮罩 */
.gd-category-block-campaign-text-block {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 26%,
    rgba(0, 0, 0, 0.25) 55%,
    rgba(0, 0, 0, 0.7) 100%
  );
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
  padding: 12px;
  height: 100%;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .gd-category-block-campaign-text-block {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(0, 0, 0, 0.1) 55%,
      rgba(0, 0, 0, 0.9) 100%
    );
  }
}
/* 超過兩行要縮排 */
.gd-category-block-product-top-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gd-category-block-product-top-title-box {
  align-items: flex-start;
}
/* 活動分類標題綠色箭頭 */
.gd-category-block-product-top-text .gd-category-block-campaign-arrow {
  padding-top: 3px;
}
@media screen and (min-width: 1270px) {
  .gd-category-block-product-top-text .gd-category-block-campaign-arrow {
    padding-top: 7px;
  }
}
/* 數位便捷生活間距 */
@media screen and (min-width: 1270px) {
  .gd-digital-side-block {
    margin: auto 64px auto 10px;
    padding-left: 16px;
  }
  .gd-digital .gd-container {
    padding: 0 30px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .gd-rate {
    padding: 20px;
  }
}
/* 各產品區塊兩則三則調整 */
@media screen and (min-width: 1270px) {
  .gd-category-block-article {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block-article-box {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1270px) {
  .gd-category-block-article-box:not(:last-child) {
    margin-right: 62px;
  }
}
/* gd-banner-bg-ios */
.gd-banner-bg-ios {
  position: absolute;
  background-image: url(./../../images/430_bg.png);
  background-size: cover;
  background-position: top right;
  width: 100%;
  height: 600px;
  z-index: -1;
}