@charset "UTF-8";
/* =============================================================== */
/* Typography TW 繁體字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
/* =============================================================== */
/* Typography EN 英文字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/* =============================================================== */
/* Typography Number 數字,英文 字型
/* =============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/***************************************************************************/
/*                              Color Style                                */
/***************************************************************************/
.success {
  color: #198754;
}

.danger {
  color: #dc3545;
}

.warning {
  color: #ffc107;
}

.info {
  color: #0dcaf0;
}

.bg--success {
  background-color: #198754;
}

.bg--danger {
  background-color: #dc3545;
}

.bg--warning {
  background-color: #ffc107;
}

.bg--info {
  background-color: #0dcaf0;
}

/***************************************************************************/
/*                                 Typography                              */
/***************************************************************************/
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media screen and (min-width: 1190px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #495057;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #495057;
  margin-top: 0;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 1.8125rem;
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.8125rem;
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.3125rem;
}

h5, .h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

h6, .h6 {
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    margin-bottom: 2.25rem;
  }
  h2, .h2 {
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    margin-bottom: 1.875rem;
  }
  h4, .h4 {
    margin-bottom: 0.75rem;
  }
  h5, .h5 {
    margin-bottom: 1.125rem;
  }
  h6, .h6 {
    margin-bottom: 0rem;
  }
}
p, li, th, td {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #495057;
  margin-bottom: 1.5rem;
}

th, td {
  line-height: 1.25rem;
  margin-bottom: 0;
}

p.small {
  font-size: 0.85rem;
  line-height: 1.5rem;
}

dl, ol, ul {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}

p:last-child, li:last-child {
  margin-bottom: 0;
}

/* =============================================================== */
/* Spacing Scale（間距尺度系統）
/* =============================================================== */
.content {
  margin: 0 auto;
}

.v13-page {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  background-color: #fff;
  color: #374151;
}

.v13-page h2, .v13-page h3 {
  font-family: "Noto Serif TC", "Noto Serif", serif;
  font-weight: 600;
  color: #1E3A8A;
}

.v13-btn {
  display: inline-block;
  text-align: center;
  background-color: #3B82F6;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 2px solid #3B82F6;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.v13-btn:hover {
  background-color: rgb(34.4953170732, 110.5486057128, 234.8046829268);
  border-color: rgb(34.4953170732, 110.5486057128, 234.8046829268);
  color: #fff;
}

.v13-btn--sm {
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
}

.v13-btn--lg {
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
}

.v13-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  border-bottom: 0.0625rem solid rgb(230.7234146341, 239.0965436285, 252.7765853659);
}

.v13-nav__logo {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E3A8A;
  text-decoration: none;
}

.v13-nav__links {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.25rem;
}

.v13-nav__links li {
  margin-bottom: 0;
}

.v13-nav__link {
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
}

.v13-nav__link:hover {
  color: #3B82F6;
}

.v13-hero {
  background-color: rgb(239.4156097561, 245.0609756098, 254.2843902439);
}

.v13-hero .wrap {
  padding: 0;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v13-hero .wrap {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  .v13-hero .wrap {
    padding: 1rem 2rem;
  }
}

.v13-hero__inner {
  -ms-grid-columns: 580px 1fr;
  grid-template-columns: 580px 1fr;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v13-hero__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v13-hero__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v13-hero__left {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v13-hero__left {
    padding: 0 0 1rem 0;
  }
}
@media screen and (max-width: 576px) {
  .v13-hero__left {
    padding: 0 0 1rem 0;
  }
}

.v13-hero__badge {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #3B82F6;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.v13-hero__h1-wrap {
  gap: 1rem;
}

.v13-hero__h1-bar {
  width: 4px;
  height: 90px;
  background-color: #3B82F6;
  border-radius: 0.25rem;
  flex-shrink: 0;
}

.v13-hero__h2 {
  font-family: "Noto Serif TC", "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #1E3A8A;
  margin-bottom: 0;
}

.v13-hero__row {
  gap: 1rem;
}

.v13-hero__sub {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.v13-hero__note {
  color: #6B7280;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.v13-hero__right {
  background-color: rgb(220.6452195122, 232.7985822356, 252.6547804878);
  padding: 2.5rem 2rem;
}

.v13-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

.v13-vp {
  background-color: #fff;
  padding: 4.5rem 0 0;
}

.v13-vp__top {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 5rem;
  gap: 1.5rem;
  margin-bottom: 3.5rem;
}

.v13-vp__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #3B82F6;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.v13-vp__h2 {
  font-size: 2rem;
  color: #1E3A8A;
  margin-bottom: 0;
}

.v13-vp__body {
  color: #374151;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
  max-width: 640px;
}

.v13-vp__stat {
  flex-direction: column;
  gap: 0.5rem;
  padding: 3.5rem 3rem;
  text-align: center;
}

.v13-vp__stat--1 {
  background-color: #1E3A8A;
}

.v13-vp__stat--2 {
  background-color: #3B82F6;
}

.v13-vp__stat--3 {
  background-color: rgb(239.4156097561, 245.0609756098, 254.2843902439);
}

.v13-vp__stat-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 0;
}

.v13-vp__stat--1 .v13-vp__stat-num {
  color: #fff;
}

.v13-vp__stat--2 .v13-vp__stat-num {
  color: #fff;
}

.v13-vp__stat--3 .v13-vp__stat-num {
  color: #1E3A8A;
}

.v13-vp__stat-label {
  font-weight: normal;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.v13-vp__stat--1 .v13-vp__stat-label {
  color: rgba(255, 255, 255, 0.75);
}

.v13-vp__stat--2 .v13-vp__stat-label {
  color: rgba(255, 255, 255, 0.85);
}

.v13-vp__stat--3 .v13-vp__stat-label {
  color: rgba(30, 58, 138, 0.75);
}

.v13-vp__stat--3 .v13-vp__stat-num {
  font-family: "Noto Sans TC", sans-serif;
}

.v13-feat {
  background-color: #F9FAFB;
  padding: 5rem 0;
}

.v13-feat__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #3B82F6;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.v13-feat__h2 {
  font-size: 2rem;
  color: #1E3A8A;
  margin-bottom: 2.5rem;
}

.v13-feat__card {
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 1.25rem;
  gap: 0.75rem;
  border: 0.0625rem solid #E5E7EB;
}

.v13-feat__dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgb(220.6452195122, 232.7985822356, 252.6547804878);
  flex-shrink: 0;
}

.v13-feat__h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 0;
}

.v13-feat__p {
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.v13-exp {
  background-color: #fff;
  padding: 5rem 0;
}

.v13-exp__inner {
  -ms-grid-columns: 1fr 540px;
  grid-template-columns: 1fr 540px;
  gap: 4.5rem;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v13-exp__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .v13-exp__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.v13-exp__left {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.v13-exp__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #3B82F6;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.v13-exp__h2 {
  font-size: 2rem;
  color: #1E3A8A;
  margin-bottom: 0;
}

.v13-exp__divider {
  width: 40px;
  height: 3px;
  background-color: #3B82F6;
  border-radius: 0.25rem;
}

.v13-exp__body {
  color: #374151;
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 0;
}

.v13-exp__tags {
  color: #3B82F6;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}

.v13-exp__right {
  overflow: hidden;
}
@media screen and (min-width: 576px) and (max-width: 1190px) {
  .v13-exp__right {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .v13-exp__right {
    display: none;
  }
}

.v13-exp__img {
  width: 100%;
  height: auto;
  display: block;
}

.v13-gal {
  background-color: rgb(239.4156097561, 245.0609756098, 254.2843902439);
  padding: 5rem 0;
}

.v13-gal__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #3B82F6;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.v13-gal__h2 {
  font-size: 2rem;
  color: #1E3A8A;
  margin-bottom: 2.5rem;
}

.v13-gal__grid {
  align-items: flex-end;
}

.v13-gal__item {
  border-radius: 1rem;
  overflow: hidden;
}

.v13-gal__img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.v13-gal__caption {
  font-size: 0.75rem;
  color: #6B7280;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-top: 0.5rem;
  text-align: center;
}

.v13-tes {
  background-color: #fff;
  padding: 5rem 0;
}

.v13-tes__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #3B82F6;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.v13-tes__h2 {
  font-size: 2rem;
  color: #1E3A8A;
  margin-bottom: 3rem;
}

.v13-tes__card {
  flex-direction: column;
  background-color: rgb(239.4156097561, 245.0609756098, 254.2843902439);
  border-radius: 0.5rem;
  padding: 2.25rem;
  gap: 1.25rem;
}

.v13-tes__quote {
  font-family: "Noto Sans TC", sans-serif;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.85;
  color: #1E3A8A;
  margin-bottom: 0;
}

.v13-tes__author {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3B82F6;
  margin-bottom: 0;
}

.v13-proc {
  background-color: #1E3A8A;
  padding: 5rem 0;
}

.v13-proc__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgb(146.7697560976, 185.9756097561, 250.0302439024);
  letter-spacing: 3px;
  margin-bottom: 1rem;
}

.v13-proc__h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 3.5rem;
}

.v13-proc__step {
  flex-direction: column;
  border-radius: 0.5rem;
  padding: 2.5rem 1.75rem;
  gap: 1rem;
  text-align: center;
}

.v13-proc__step--1 {
  background-color: rgb(35.6663571429, 56.7615793651, 117.0336428571);
}

.v13-proc__step--2 {
  background-color: rgb(35.6663571429, 56.7615793651, 117.0336428571);
}

.v13-proc__step--3 {
  background-color: #3B82F6;
}

.v13-proc__num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0;
}

.v13-proc__step--1 .v13-proc__num {
  color: #3B82F6;
}

.v13-proc__step--2 .v13-proc__num {
  color: #3B82F6;
}

.v13-proc__step--3 .v13-proc__num {
  color: #fff;
}

.v13-proc__h3 {
  font-family: "Noto Serif TC", "Noto Serif", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.v13-proc__p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.v13-proc__step--1 .v13-proc__p {
  color: rgba(255, 255, 255, 0.65);
}

.v13-proc__step--2 .v13-proc__p {
  color: rgba(255, 255, 255, 0.65);
}

.v13-proc__step--3 .v13-proc__p {
  color: rgba(255, 255, 255, 0.85);
}

.v13-cta {
  background-color: #F9FAFB;
  padding: 6.25rem 0;
}

.v13-cta__inner {
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  gap: 1.25rem;
}

.v13-cta__label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3B82F6;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.v13-cta__h2 {
  font-family: "Noto Serif TC", "Noto Serif", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1E3A8A;
  margin-bottom: 0;
  max-width: 560px;
}

.v13-cta__sub {
  color: #374151;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 520px;
}

.v13-ftr {
  background-color: #1E3A8A;
  padding: 3.5rem 0;
}

.v13-ftr__inner {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 576px) {
  .v13-ftr__inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.v13-ftr__logo {
  font-family: "Lora", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.v13-ftr__tagline {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.v13-ftr__contact {
  flex-direction: column;
  gap: 0.5rem;
}

.v13-ftr__contact-item {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.v13-ftr__divider {
  border: none;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  margin: 0;
}

.v13-ftr__copy {
  padding-top: 1.5rem;
  text-align: center;
}

.v13-ftr__copy p {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0;
}