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

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

[mb] {
  display: none;
}

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

[hidden] {
  display: none;
}

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

section.section {
  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;
  padding-top: 0 !important;
}
section.section h2 {
  font-size: 4.2vw;
  font-weight: 600;
  color: var(--h2c);
  text-align: center;
  padding: 1em 0;
}
section.section sup {
  font-size: 175%;
  font-weight: 600;
}
section.section article {
  width: calc(100% - 1.3542vw);
  margin: 0 auto;
  background: #faf2d7;
  text-align: center;
  border-radius: 0.9vw;
}
section.section article .art-motto {
  display: inline-flex;
  margin: 0 auto;
  background: var(--wh);
  border: 0.7vw solid #f39800;
  text-align: center;
  border-radius: 4em;
  font-size: 3.5vw;
  padding: 0.95em 1.25em;
  margin-bottom: -1.5vw;
  transform: translateY(-50%);
}
section.section article .art-motto h3 {
  margin-bottom: 0;
  font-weight: 900;
  color: var(--ink);
}
section.section article .art-top {
  padding-top: 6.6vw;
}
section.section article .art-top .rtb {
  content: "Reason to Believe";
  display: flex;
  justify-content: center;
  gap: 0 8.9vw;
}
section.section article .art-top .rtb li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.section article .art-top .rtb li img {
  width: 17.5vw;
  padding-bottom: 5.3vw;
}
section.section article .art-top .rtb li span {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  font-size: 2.3vw;
  font-weight: 900;
  color: #0f0961;
}
section.section article .art-top .rtb li.lg img {
  width: 18.9vw;
  padding-bottom: 7vw;
}
section.section article .art-top .rtb li.lg span {
  font-size: 3.7vw;
  font-weight: 900;
  color: #0167b6;
}
section.section article .art-top .rtb li.lg span small {
  display: block;
  font-size: 2.3vw;
  font-weight: 600;
  color: var(--ink);
  padding: 0.7em 0;
}
section.section article .art-top .usp {
  content: "Unique Selling Proposition";
  background: url(../img/over_speed-1.png) 7% 40%/25% no-repeat;
}
section.section article .art-top .usp .usp-flex {
  display: flex;
  padding-left: 32vw;
  padding-right: 3.9vw;
}
section.section article .art-top .usp .usp-flex p {
  flex: 1;
  line-height: 1.4;
  text-align: left;
  font-size: 2.3vw;
  color: var(--text);
  margin: -2em 0;
}
section.section article .art-top .usp .usp-flex p strong {
  display: block;
  line-height: 1.5;
  font-weight: 600;
}
section.section article .art-top .usp .usp-flex:has(p + p) {
  gap: 0 4vw;
}
section.section article .art-top .usp .usp-flex + .usp-flex {
  margin-top: 2.6vw;
}
section.section article .art-btm {
  background: #facd89;
  border-radius: 0 0 0.9vw 0.9vw;
  margin-top: 6.1vw;
}
section.section article .art-btm figure {
  display: flex;
}
section.section article .art-btm figure img {
  width: 52.4vw;
  margin: 2.6vw 0 2.6vw 3vw;
}
section.section article .art-btm figure figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
section.section article .art-btm figure figcaption span {
  display: list-item;
  line-height: 1.8;
  transform: translateY(-0.3em);
  font-size: 2.3vw;
  font-weight: 500;
  color: var(--text);
  margin-left: 2.4em;
  text-align: left;
}
section.section article .art-btm figure figcaption span.no-point {
  display: block;
  margin-left: 1.4em;
  margin-right: 1.4em;
}
section.section article .art-spacer {
  height: 10.8vw;
  background: var(--aqua);
}

.plan .plan-row {
  display: flex;
  gap: 0 1.8vw;
  margin-bottom: 3.5vw;
}
.plan .plan-card {
  overflow: hidden;
  flex: 1;
  background: var(--smoke);
  padding-bottom: 7.3vw;
}
.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: 4.2vw;
  font-weight: 600;
  color: var(--navy);
  text-align: center;
  padding: 0.67em 0;
  margin-bottom: 0;
  font-weight: bold;
}
.plan .plan-card p, .plan .plan-card dl dd {
  text-align: center;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.5;
}
.plan .plan-card dl {
  padding-left: 2vw;
  padding-bottom: 5.1vw;
}
.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: 5.3vw 9.3vw 5.3vw 9.3vw;
}
.plan .plan-card em {
  display: block;
  text-align: center;
  font-size: 2.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 1.4vw;
}
.plan .plan-card .price img {
  width: 30.4vw;
}

.detail {
  background: var(--aqua);
}
.detail h2 {
  padding-bottom: 2.39em;
}
.detail .speed {
  margin-top: 14vw;
}
.detail .speed .art-motto {
  padding: 0.88em 0.75em;
  align-items: center;
}
.detail .speed .art-motto img {
  width: 25.5vw;
  margin-right: 2.1vw;
}
.detail .speed .art-motto h3 {
  white-space: nowrap;
  font-size: 3.7vw;
}
.detail .speed .art-top {
  padding-top: 2.6vw;
}
.detail .speed .over-sp {
  width: 92%;
  margin: 2% auto 0;
}
.detail .speed .art-btm figure img {
  width: 42.2vw;
}
.detail .mesh {
  margin-top: 8.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: 52.4vw;
}

/* 【寬度變化 MEDIA QUERIES】 */
@media screen and (max-width: 1920px) {
  :root {
    --size: 1;
  }
}
@media screen and (min-width: 1141px) {
  [class$=-inner] {
    width: 1140px;
  }
  section.section h2 {
    font-size: 48px;
  }
  section.section article {
    border-radius: 10px;
    width: calc(100% - 13px);
  }
  section.section article .art-motto {
    font-size: 40px;
    padding: 38px 50px;
  }
  section.section article .art-top {
    padding-top: 75px;
  }
  section.section article .art-top .rtb {
    gap: 0 102px;
  }
  section.section article .art-top .rtb li img {
    width: 200px;
    padding-bottom: 60px;
  }
  section.section article .art-top .rtb li span {
    font-size: 26px;
  }
  section.section article .art-top .usp .usp-flex {
    padding-left: 380px;
  }
  section.section article .art-top .usp .usp-flex p {
    font-size: 26px;
  }
  section.section article .art-top .usp .usp-flex + .usp-flex {
    margin-top: 30px;
  }
  section.section article .art-btm {
    border-radius: 0 0 10px 10px;
    margin-top: 70px;
  }
  section.section article .art-btm figure img {
    width: 597px;
    margin: 30px 0 30px 34px;
  }
  section.section article .art-btm figure figcaption span {
    font-size: 26px;
  }
  .plan .plan-card {
    padding-bottom: 83px;
  }
  .plan .plan-card h3 {
    font-size: 48px;
  }
  .detail .speed {
    margin-top: 160px;
  }
  .detail .speed .art-motto img {
    width: 291px;
  }
  .detail .speed .art-motto h3 {
    font-size: 42px;
  }
  .detail .speed .art-top {
    padding-top: 30px;
  }
  .detail .speed .art-btm figure img {
    width: 481px;
  }
  .detail .mesh {
    margin-top: 100px;
  }
  .detail .mesh .art-btm figure img {
    width: 597px;
  }
}
@media screen and (max-width: 690px) {
  [pc] {
    display: none;
  }
  [mb] {
    display: block !important;
  }
  [class$=-inner] {
    position: relative;
  }
  section.section h2 {
    font-size: 6.1vw;
  }
  section.section article {
    width: 95%;
    margin: 0;
    padding-bottom: 1px;
    border-radius: 2vw !important;
  }
  section.section article .art-motto {
    border-width: 0.9vw;
    border-radius: 1.5em;
    border-width: 1.4vw;
    font-size: 5.8vw;
    padding: 0.9em 1.2em;
  }
  section.section article .art-motto h3 {
    line-height: 1.4;
  }
  section.section article .art-top .rtb {
    flex-direction: column;
    gap: 6vw 0;
  }
  section.section article .art-top .rtb li img {
    width: 35.9vw;
    padding-bottom: 8.5vw;
  }
  section.section article .art-top .rtb li span {
    font-size: 4.3vw;
  }
  section.section article .art-top .rtb li.lg img {
    width: 33.3vw;
    padding-bottom: 21vw;
  }
  section.section article .art-top .rtb li.lg span {
    font-size: 5.8vw;
    font-weight: 900;
    color: #0167b6;
  }
  section.section article .art-top .rtb li.lg span small {
    display: block;
    font-size: 3.5vw;
    font-weight: 600;
    color: var(--ink);
    padding: 0.7em 0;
  }
  section.section article .art-top .usp {
    background-position: center top;
    background-size: 50%;
    padding-top: 46vw;
    margin: 0 8vw 8vw;
  }
  section.section article .art-top .usp .usp-flex {
    padding-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
  section.section article .art-top .usp .usp-flex p {
    font-size: 4.6vw;
    margin: -1em 0;
  }
  section.section article .art-top .usp .usp-flex:has(p + p) {
    gap: 2.5em 0;
  }
  section.section article .art-top .usp .usp-flex + .usp-flex {
    margin-top: 2.5em;
  }
  section.section article .art-btm {
    border-radius: 0 0 1.4vw 1.4vw;
    margin-top: 8vw;
    margin-left: 3.2vw;
    margin-right: 3.2vw;
    margin-bottom: 13.3vw;
  }
  section.section article .art-btm figure {
    flex-direction: column;
    align-items: center;
  }
  section.section article .art-btm figure img {
    flex: 1;
    width: 83vw;
    margin: 4vw 0 4vw;
  }
  section.section article .art-btm figure figcaption {
    padding-bottom: 2vw;
  }
  section.section article .art-btm figure figcaption span {
    font-size: 4.1vw;
    margin-left: -1.8vw;
  }
  section.section article .art-spacer {
    height: 15vw;
  }
  .plan .plan-row {
    flex-direction: column;
    gap: 4.8vw 0;
    margin-bottom: 4.8vw;
  }
  .plan .plan-card h3 {
    font-size: 9.3vw;
    padding: 1em;
  }
  .plan .plan-card p, .plan .plan-card dl dd {
    font-size: 6.1vw;
  }
  .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.3vw 7vw 3.3vw;
  }
  .plan .plan-card em {
    font-size: 3.8vw;
    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.6vw 0;
  }
  .plan .plan-card .price img {
    width: 45.1vw;
  }
  .detail h2 {
    padding-bottom: 1.5em;
  }
  .detail .speed {
    margin-top: 30vw;
  }
  .detail .speed .art-motto {
    flex-direction: column;
    width: 90vw;
    border-radius: 1.75em;
    margin-bottom: -12vw;
  }
  .detail .speed .art-motto img {
    flex: 1;
    margin: 0 auto 2vw;
    width: 49.4vw;
  }
  .detail .speed .art-motto h3 {
    font-size: 6.4vw;
  }
  .detail .speed .over-sp {
    width: 85%;
    margin: 2% auto 10%;
  }
  .detail .speed .art-btm figure img {
    width: 78vw;
  }
  .detail .speed .art-btm figure span {
    margin-left: 15vw;
    margin-right: 10vw;
  }
  .detail .mesh {
    margin-top: 13vw;
  }
  .detail .mesh .art-motto {
    font-size: 4.9vw;
    margin-bottom: -3vw;
  }
  .detail .mesh .art-btm {
    border-radius: 2vw !important;
  }
  .detail .mesh .art-btm figure img {
    width: 78vw;
  }
}
@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;
  }
}