@charset "UTF-8";
/* 【變數】 */
:root {
  --root: 16px;
  --wh: #fff;
  --smoke: #f7f6f4;
  --ink: #313131;
  --text: #100964;
  --h2c: #00479d;
  --navy: #0168b7;
  --cyan: #3bc5e2;
  --aqua: #c4eff8;
  --artc: #e0f2fc;
  --yellow: #fff45c;
  --tab: 162px;
}

/* 【重設】 */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center,
cite, code, dd, del, details, dfn, dl, dt, em, embed, fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, main, mark,
menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub,
summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

/* 【樣式】 */
[pc] {
  display: block;
}

[mb] {
  display: none;
}

.rwd, [rwd] {
  width: 100%;
}

[hidden] {
  display: none;
}

[class$=-inner] {
  position: relative;
  width: 66.7vw;
  margin: 0 auto;
}

*, html {
  box-sizing: border-box;
}

body {
  background: var(--wh);
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft Jhenghei", "SF Pro TC", "PingFang TC", Arial, sans-serif;
  font-size: var(--root);
  font-weight: 400;
}

.tab {
  background: var(--smoke);
}
.tab .tab-inner {
  width: auto;
}
.tab ul {
  display: flex;
  padding: 1.1vw 0;
  gap: 0 3vw;
  justify-content: center;
}
.tab ul li {
  border: 0.2vw solid var(--navy);
  background: var(--wh);
  border-radius: 3em;
  overflow: hidden;
}
.tab ul li a {
  display: block;
  font-size: 1.5vw;
  font-weight: 500;
  padding: 0.57em 1.64em;
  color: var(--navy);
  text-decoration: none;
  transform: translateY(-0.05em);
}
.tab ul li:hover, .tab ul li.active {
  background: var(--navy);
}
.tab ul li:hover a, .tab ul li.active a {
  color: var(--wh);
}
.tab.pinned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 888;
}

.tab-holder {
  display: none;
  height: var(--tab);
}
.tab-holder.pinned {
  display: block;
}

section h2 {
  font-size: 2.7vw;
  font-weight: 600;
  color: var(--h2c);
  padding: 1.54em 0;
  text-align: center;
}
section sup {
  font-size: 175%;
  font-weight: 600;
}
section blockquote {
  background: var(--yellow);
  border-radius: 0.5vw;
  padding: 2.4vw 1.9vw;
  padding-right: 0;
}
section blockquote h4 {
  position: relative;
  font-size: 1.5vw;
  font-weight: 900;
  color: #100964;
}
section blockquote h4::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  height: 0.3vw;
  background: #100964;
}
section blockquote cite {
  display: block;
  font-size: 1.5vw;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  color: #100964;
}
section blockquote cite small {
  display: block;
  font-size: 75%;
}
section article {
  background: var(--artc);
  text-align: center;
  margin-bottom: 8.5vw;
  border-radius: 0 0 0.5vw 0.5vw;
}
section article .art-motto {
  display: inline-flex;
  margin: 0 auto;
  background: var(--wh);
  border: 0.4vw solid #0069b7;
  text-align: center;
  border-radius: 4em;
  font-size: 2.1vw;
  padding: 0.95em 1.25em;
  margin-bottom: -1.5vw;
  transform: translateY(-50%);
}
section article .art-motto h3 {
  font-weight: 900;
  color: var(--ink);
}
section article .art-top .rtb {
  content: "Reason to Believe";
  display: flex;
  justify-content: center;
  gap: 0 6.1vw;
}
section article .art-top .rtb li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section article .art-top .rtb li img {
  width: 12vw;
  padding-bottom: 2.6vw;
}
section article .art-top .rtb li span {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  font-size: 1.6vw;
  font-weight: 900;
  color: #0f0961;
}
section article .art-top .rtb li.lg img {
  width: 11.3vw;
  padding-bottom: 7vw;
}
section article .art-top .rtb li.lg span {
  font-size: 2.2vw;
  font-weight: 900;
  color: #0167b6;
}
section article .art-top .rtb li.lg span small {
  display: block;
  font-size: 1.4vw;
  font-weight: 600;
  color: var(--ink);
  padding: 0.7em 0;
}
section article .art-top .usp {
  content: "Unique Selling Proposition";
  background: url(../pict/over_speed-1.png) 4vw 40%/26% no-repeat;
}
section article .art-top .usp .usp-flex {
  display: flex;
  padding-left: 23vw;
  padding-right: 2.3vw;
}
section article .art-top .usp .usp-flex p {
  flex: 1;
  line-height: 1.4;
  text-align: left;
  font-size: 1.4vw;
  color: var(--text);
}
section article .art-top .usp .usp-flex p strong {
  display: block;
  line-height: 1.5;
  font-weight: 600;
}
section article .art-top .usp .usp-flex:has(p + p) {
  gap: 0 2.4vw;
}
section article .art-top .usp .usp-flex + .usp-flex {
  margin-top: 3.4vw;
}
section article .art-btm {
  background: #91e0f1;
  border-radius: 0 0 0.5vw 0.5vw;
  margin-top: 3.6vw;
}
section article .art-btm figure {
  display: flex;
}
section article .art-btm figure img {
  width: 35.7vw;
  margin: 1.9vw 0 1.9vw 2vw;
}
section article .art-btm figure figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section article .art-btm figure figcaption span {
  display: list-item;
  line-height: 1.8;
  transform: translateY(-0.3em);
  font-size: 1.4vw;
  font-weight: 500;
  color: var(--text);
  margin-left: 2.4em;
  text-align: left;
}
section article .art-spacer {
  height: 6.4vw;
  background: var(--aqua);
}
section .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.2vw;
  font-weight: 900;
  color: var(--wh);
}
section .cta address a, section .cta address a:link, section .cta address a:visited {
  pointer-events: none;
  display: block;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4.2vw;
  font-weight: 700;
  color: #fff45c;
  padding: 0.5em 0;
}
section .cta a[role=button] {
  margin: 4vw auto 7vw;
  transform: scale(1);
  transition: transform 0.2s ease;
}
section .cta a[role=button]:hover {
  transform: scale(1.03);
}
section .cta a[role=button] img {
  width: 26.8vw;
}

.plan {
  background: var(--aqua);
  padding-bottom: 6.4vw;
}
.plan .plan-row {
  display: flex;
  gap: 0 1vw;
  margin-bottom: 2.1vw;
}
.plan .plan-card {
  border-radius: 1vw;
  overflow: hidden;
  flex: 1;
  background: var(--smoke);
}
.plan .plan-card img[pc] {
  width: 85%;
  margin: 0 auto;
}
.plan .plan-card p, .plan .plan-card dl dd, .plan .plan-card h4, .plan .plan-card cite, .plan .plan-card em {
  color: var(--text);
}
.plan .plan-card h3 {
  font-size: 2.2vw;
  font-weight: 600;
  color: var(--wh);
  background: var(--navy);
  text-align: center;
  padding: 0.67em 0;
  margin-bottom: 2.5vw;
}
.plan .plan-card p, .plan .plan-card dl dd {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
}
.plan .plan-card dl {
  padding-left: 2vw;
  padding-bottom: 3vw;
}
.plan .plan-card dl dd {
  text-align: left;
  padding-left: 1.8em;
  background: url(../pict/icon_check.png) left 17%/6% no-repeat;
}
.plan .plan-card dl dd + dd {
  margin-top: 0.5em;
}
.plan .plan-card.d-time {
  background: var(--smoke) url(../pict/bg_clock.png) center bottom/40% no-repeat;
}
.plan .plan-card .plan-card-btm {
  padding: 3.1vw 5.5vw 3.1vw 5.5vw;
}
.plan .plan-card em {
  display: block;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
  padding: 1.64em 0 1.86em;
  padding-bottom: 0;
}
.plan .plan-card em span {
  display: block;
  line-height: 1.3;
}
.plan .plan-card .price {
  display: flex;
  justify-content: center;
  gap: 0 0.8vw;
}
.plan .plan-card .price img {
  width: 18vw;
}

.deal {
  background: var(--cyan);
  padding-bottom: 6.4vw;
}
.deal h2 {
  padding-bottom: 0.9em;
}
.deal .deal-row {
  display: flex;
  align-items: end;
  gap: 0 0.5vw;
}
.deal .deal-row .deal-left {
  flex: 0 1 17.3vw;
}
.deal .deal-row .deal-right {
  flex: 1;
}
.deal .deal-row .deal-right em {
  display: block;
  text-align: center;
  font-size: 1.7vw;
  font-weight: 500;
  color: #100a64;
  padding-bottom: 0.88em;
}
.deal .deal-row .deal-right blockquote h4::after {
  left: 25%;
}
.deal .deal-row .deal-right blockquote cite {
  margin-top: 0.5em;
  line-height: 1.5;
}
.deal .deal-row .deal-right blockquote sup {
  font-size: 150%;
}

.detail {
  background: var(--aqua);
}
.detail h2 {
  padding-bottom: 2.39em;
}
.detail .speed {
  margin-bottom: 10.5vw;
}
.detail .speed .art-motto {
  padding: 0.88em 0.75em;
  align-items: center;
}
.detail .speed .art-motto img {
  width: 17.8vw;
  margin-right: 1.3vw;
}
.detail .speed .art-motto h3 {
  white-space: nowrap;
}
.detail .speed .art-btm figure img {
  width: 28.8vw;
}
.detail .mesh .art-motto {
  border-radius: 1.5em;
  padding: 0.5em 1.13em;
}
.detail .mesh .art-motto h3 {
  line-height: 1.3;
}
.detail .mesh .art-btm figure img {
  width: 28.8vw;
}

.contact {
  background: var(--cyan);
  margin-top: -8.5vw;
}
.contact .promo {
  background: var(--wh);
  border-radius: 0.5vw !important;
  transform: translateY(12%);
}
.contact .promo .art-motto h3 {
  min-width: 17em;
}
.contact .promo .art-top .rtb {
  justify-content: space-evenly;
  padding-bottom: 3vw;
}

/* 【寬度變化 MEDIA QUERIES】 */
@media screen and (max-width: 1920px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 750px) {
  [pc] {
    display: none;
  }
  [mb] {
    display: block !important;
  }
  [class$=-inner] {
    position: relative;
    width: 94.7vw;
  }
  .tab ul {
    flex-wrap: wrap;
    gap: 1.6vw 2.7vw;
  }
  .tab ul li {
    border: 0.7vw solid var(--navy);
    border-radius: 4em;
  }
  .tab ul li a {
    font-size: 4.8vw;
    padding: 0.36em 1.28em;
  }
  section h2 {
    font-size: 6.9vw;
    padding: 1.35em 0;
  }
  section blockquote {
    border-radius: 1.3vw;
    padding: 6.3vw 4.8vw;
  }
  section blockquote h4 {
    font-size: 3.7vw;
  }
  section blockquote h4::after {
    height: 0.7vw;
    right: -4.8vw;
    left: 50%;
  }
  section blockquote cite {
    font-size: 3.7vw;
    line-height: 1.4;
    margin-top: 0.5em;
  }
  section blockquote cite small {
    display: inline-block;
    font-size: 72%;
  }
  section article {
    margin-bottom: 8.5vw;
    padding-bottom: 1px;
    border-radius: 2vw !important;
  }
  section article .art-motto {
    border-width: 0.8vw;
    border-radius: 1.5em;
    border-width: 1.3vw;
    font-size: 5.3vw;
    padding: 0.9em 1.2em;
  }
  section article .art-motto h3 {
    line-height: 1.4;
  }
  section article .art-top .rtb {
    flex-direction: column;
    gap: 6vw 0;
  }
  section article .art-top .rtb li img {
    width: 33.1vw;
    padding-bottom: 8.5vw;
  }
  section article .art-top .rtb li span {
    font-size: 4vw;
  }
  section article .art-top .rtb li.lg img {
    width: 30.7vw;
    padding-bottom: 21vw;
  }
  section article .art-top .rtb li.lg span {
    font-size: 5.3vw;
    font-weight: 900;
    color: #0167b6;
  }
  section article .art-top .rtb li.lg span small {
    display: block;
    font-size: 3.2vw;
    font-weight: 600;
    color: var(--ink);
    padding: 0.7em 0;
  }
  section article .art-top .usp {
    background-position: center top;
    background-size: 50%;
    padding-top: 46vw;
    margin: 0 8vw 8vw;
  }
  section article .art-top .usp .usp-flex {
    padding-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  section article .art-top .usp .usp-flex p {
    font-size: 3.5vw;
  }
  section article .art-top .usp .usp-flex:has(p + p) {
    gap: 2.5em 0;
  }
  section article .art-top .usp .usp-flex + .usp-flex {
    margin-top: 2.5em;
  }
  section article .art-btm {
    border-radius: 0 0 1.3vw 1.3vw;
    margin-top: 8vw;
    margin-left: 2.9vw;
    margin-right: 2.9vw;
    margin-bottom: 14.9vw;
  }
  section article .art-btm figure {
    flex-direction: column;
    align-items: center;
  }
  section article .art-btm figure img {
    flex: 1;
    width: 86vw;
    margin: 4vw 0 4vw;
  }
  section article .art-btm figure figcaption {
    padding-bottom: 2vw;
  }
  section article .art-btm figure figcaption span {
    font-size: 3.7vw;
    margin-left: -1.8vw;
  }
  section article .art-spacer {
    height: 15vw;
  }
  section .cta {
    font-size: 4vw;
    padding-top: 10vw;
  }
  section .cta address a, section .cta address a:link, section .cta address a:visited {
    pointer-events: auto;
    font-size: 8.5vw;
    padding: 0.35em 0;
  }
  section .cta a[role=button] {
    margin: 8vw auto 12vw;
  }
  section .cta a[role=button] img {
    width: 46.7vw;
  }
  .plan {
    padding-bottom: 14vw;
  }
  .plan .plan-row {
    flex-direction: column;
    gap: 4.4vw 0;
    margin-bottom: 4.4vw;
  }
  .plan .plan-card {
    border-radius: 2.4vw;
  }
  .plan .plan-card img[mb] {
    width: 85%;
    margin: 0 auto;
  }
  .plan .plan-card h3 {
    font-size: 5.3vw;
    padding: 0.75em 0 0.63em;
    margin-bottom: 1.13em;
  }
  .plan .plan-card p, .plan .plan-card dl dd {
    font-size: 4vw;
  }
  .plan .plan-card p {
    margin-bottom: 28vw;
  }
  .plan .plan-card dl {
    padding-left: 6vw;
    padding-bottom: 9vw;
  }
  .plan .plan-card dl dd {
    background-position: left 15%;
    background-size: 6.5%;
    line-height: 1.4;
  }
  .plan .plan-card .plan-card-btm {
    padding: 7vw 3.1vw 7vw 3.1vw;
  }
  .plan .plan-card em {
    font-size: 3.5vw;
    line-height: 1.3;
    text-align: left;
    padding: 1em 0 1.1em;
    padding-bottom: 0;
  }
  .plan .plan-card .price {
    flex-direction: column;
    align-items: center;
    gap: 2.4vw 0;
  }
  .plan .plan-card .price img {
    width: 41.5vw;
  }
  .deal {
    padding-bottom: 14vw;
  }
  .deal h2 {
    padding-bottom: 0.7em;
    line-height: 1.3;
  }
  .deal .deal-row {
    flex-direction: column;
    align-items: center;
    gap: 3vw 0;
  }
  .deal .deal-row .deal-left {
    flex: 1;
  }
  .deal .deal-row .deal-left img {
    width: 35.4vw;
  }
  .deal .deal-row .deal-right em {
    font-size: 4.3vw;
    line-height: 1.3;
    padding-bottom: 0.88em;
  }
  .deal .deal-row .deal-right blockquote h4::after {
    left: 52%;
  }
  .deal .deal-row .deal-right blockquote cite {
    margin-top: 0.5em;
    text-align: center;
  }
  .deal .deal-row .deal-right blockquote sup {
    font-size: 150%;
  }
  .detail h2 {
    padding-bottom: 1.5em;
  }
  .detail .safety {
    margin-top: 16vw;
  }
  .detail .speed {
    margin-top: 30vw;
  }
  .detail .speed .art-motto {
    flex-direction: column;
    width: 90vw;
    border-radius: 2em;
    margin-bottom: -12vw;
  }
  .detail .speed .art-motto img {
    flex: 1;
    margin: 0 auto 2vw;
    width: 45.5vw;
  }
  .detail .speed .art-btm figure img {
    width: 71.7vw;
  }
  .detail .speed .art-btm figure span {
    margin-left: 15vw;
    margin-right: 10vw;
  }
  .detail .mesh {
    margin-top: 23vw;
  }
  .detail .mesh .art-motto {
    font-size: 4.5vw;
    margin-bottom: -3vw;
  }
  .detail .mesh .art-btm {
    border-radius: 2vw !important;
  }
  .detail .mesh .art-btm figure img {
    width: 71.7vw;
  }
  .contact .promo {
    transform: translateY(6%);
  }
  .contact .promo .art-motto h3 {
    min-width: unset;
  }
}
@media screen and (max-width: 749.98px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 430px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 393px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 375px) {
  :root {
    --size: 1;
  }
}