@charset "UTF-8";
/* 【重設】 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 【變數】 */
:root {
  --root: 16px;
  --wh: #fff;
  --khaki: #f4e8da;
  --tiff: #1f9b95;
  --txt: #595757;
}

/* 【樣式】 */
/* 通用 */
*, html {
  box-sizing: border-box;
  font-size: var(--root);
}

img {
  vertical-align: bottom;
}

[pc] {
  display: block;
}

[mb] {
  display: none !important;
}

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

.wrapper, .jhenghei {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft Jhenghei", "SF Pro TC", "PingFang TC", Arial, sans-serif;
}

dl, ol, ul {
  margin-bottom: 0;
}

body {
  background: var(--khaki) !important;
}

.sec-wrap section {
  background: var(--khaki) url(../img/bg_circle.jpg) center top/100% no-repeat;
}
.sec-wrap section.sec {
  max-width: unset;
  width: auto;
}

.sec-inner {
  width: 70.1vw;
  margin: 0 auto;
  text-align: center;
}
.sec-inner:has(.reminder) {
  padding: 0 4vw;
}

h2.preface {
  text-align: center;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.4;
  color: var(--tiff);
  padding-bottom: 1.32em;
}
h2.preface em {
  color: #ed6c00;
}

.feature-list {
  display: flex;
  gap: 0 0.5vw;
  justify-content: center;
  background: var(--wh);
  padding: 1.3vw 0;
  border-radius: 0 0 1.1vw 1.1vw;
}
.feature-list li .pill {
  border-radius: 5em;
  border: 0.1vw solid #9dd9da;
  font-size: 2vw;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tiff);
  padding: 0.2vw;
}
.feature-list li .pill .pill-inner {
  border-radius: 6em;
  border: 0.3vw solid #9dd9da;
  padding: 0.68em 1.11em;
}

.extra {
  margin: 0 auto;
  padding: 4.2vw 0 2.1vw;
  width: 50.8vw;
}

.sw-kv {
  position: relative;
  width: 67.4vw;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3.1vw;
}
.sw-kv .swiper-wrapper {
  padding-bottom: 0;
}
.sw-kv .swiper-pagination {
  bottom: 0;
}
.sw-kv .swiper-pagination-bullet {
  margin: 0 0.4vw;
  border: 1px solid var(--tiff);
  width: 1.5vw;
  height: 1.5vw;
  opacity: 1;
  background: var(--wh);
  box-shadow: 0.15vw 0.15vw 0.2vw 0.05vw rgba(0, 0, 0, 0.2);
}
.sw-kv .swiper-pagination-bullet-active {
  background: var(--tiff);
}
.sw-kv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4vw;
}
.sw-kv.only-one .swiper-wrapper {
  transition-property: none !important;
}
.sw-kv.only-one .swiper-pagination {
  display: none;
}

.sw-card-wrap {
  position: relative;
  width: 67.4vw;
  margin: 0 auto;
  padding-top: 3.6vw;
}
.sw-card-wrap .swiper-button-next, .sw-card-wrap .swiper-button-prev {
  z-index: 5;
  width: 3.3vw;
  height: 3.3vw;
  background: url(../img/icon_sw-arr-lt.png) center/cover no-repeat;
}
.sw-card-wrap .swiper-button-prev {
  left: 0;
  transform: rotate(0);
}
.sw-card-wrap .swiper-button-next {
  background-image: url(../img/icon_sw-arr-rt.png);
  right: 0;
}
.sw-card-wrap .sw-card {
  margin: 0 3.3vw;
  overflow: hidden;
}
.sw-card-wrap .sw-card .swiper-wrapper {
  padding-bottom: 0;
}
.sw-card-wrap .sw-card.just-one .swiper-wrapper {
  justify-content: center;
}
.sw-card-wrap:has(.sw-card.only-two) .sw-card {
  margin: 0 auto;
}
.sw-card-wrap:has(.sw-card.only-two) .swiper-wrapper {
  justify-content: space-around;
}
.sw-card-wrap:has(.sw-card.only-two) .swiper-button-prev, .sw-card-wrap:has(.sw-card.only-two) .swiper-button-next {
  display: none;
}

.reminder {
  padding-top: 1.9vw;
}
.reminder a:link, .reminder a:visited {
  color: var(--txt);
  text-decoration: none;
}
.reminder a[role=button] {
  display: flex;
  align-items: center;
  font-size: 1vw;
  font-weight: 400;
}
.reminder a[role=button] i {
  width: 1em;
  height: 1em;
  margin-left: 0.15em;
  background: url(../img/icon_plus.png) center/cover no-repeat;
}
.reminder a[role=button].open i {
  background-image: url(../img/icon_minus.png);
}
.reminder ul {
  text-align: left;
  font-size: 1vw;
  color: var(--txt);
  font-weight: 400;
}
.reminder ul li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}
.reminder ul li a:link, .reminder ul li a:visited {
  color: #4095cc;
  text-decoration: underline;
}
.reminder ul li p {
  margin-bottom: 0;
}

.btn-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.2vw 0 4.7vw;
}
.btn-box .cta {
  width: 32.2vw;
}
.btn-box .cta + .cta {
  margin-top: 1.1vw;
}

.limittime {
  content: "速在必行";
}
.limittime .extra {
  width: 59vw;
}

.highspeed {
  content: "速在有理";
}
.highspeed .extra {
  width: 59vw;
}

.modlimit {
  content: "MOD家速方案";
}
.modlimit .feature-list li {
  width: 22vw;
}

.network {
  content: "行固飆網";
}
.network .feature-list li {
  width: 22vw;
}
.network .feature-list li .pill .pill-inner {
  padding-left: 0;
  padding-right: 0;
}

.mod {
  content: "MOD";
}
.mod .feature-list li {
  width: 22vw;
}
.mod .feature-list li .pill .pill-inner {
  padding-left: 0;
  padding-right: 0;
}

.hamiv {
  content: "Hami Video";
}
.hamiv .feature-list li {
  width: 22vw;
}
.hamiv .feature-list li .pill .pill-inner {
  padding-left: 0;
  padding-right: 0;
}

.netfx {
  content: "Netflix";
}
.netfx .feature-list li {
  width: 22vw;
}
.netfx .feature-list li .pill .pill-inner {
  padding-left: 0;
  padding-right: 0;
}

.hamic {
  content: "Hami Cam";
}
.hamic .feature-list li {
  width: 22vw;
}
.hamic .feature-list li .pill .pill-inner {
  padding-left: 0;
  padding-right: 0;
}

.secure {
  content: "防駭色情守門員";
}
.secure .feature-list li {
  width: 22vw;
}
.secure .feature-list li .pill .pill-inner {
  padding-left: 0;
  padding-right: 0;
}
.secure .secure-more {
  text-align: center;
}
.secure .secure-more img {
  margin: 0 auto;
  padding-top: 1.7vw;
  width: 64.3vw;
}

.g1 {
  content: "Google One";
}
.g1 .feature-list li {
  width: 22vw;
}
.g1 .feature-list li .pill .pill-inner {
  padding-left: 0;
  padding-right: 0;
}

.ms .long-pic {
  width: 53.6vw;
  margin: 0 auto;
  padding: 7.6vw 0;
}

.single-kv .sw-kv {
  padding-bottom: 0;
}
.single-kv .sw-kv .swiper-wrapper {
  transition-property: none !important;
}
.single-kv .sw-kv .swiper-pagination {
  display: none;
}

.dual-card .sw-card-wrap .sw-card {
  margin: 0 auto;
}
.dual-card .sw-card-wrap .swiper-wrapper {
  justify-content: space-around;
}
.dual-card .sw-card-wrap .swiper-wrapper .swiper-slide {
  width: 45% !important;
}
.dual-card .sw-card-wrap .swiper-button-prev, .dual-card .sw-card-wrap .swiper-button-next {
  display: none;
}

.single-card .sw-card-wrap .swiper-wrapper {
  justify-content: center;
}

/* 【寬度變化 MEDIA QUERIES】 */
@media screen and (max-width: 1920px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 750px) {
  [pc] {
    display: none !important;
  }
  [mb] {
    display: block !important;
  }
  .sec-wrap section {
    background: var(--khaki) url(../img/bg_circle-mb.jpg) center bottom/100% no-repeat;
  }
  .sec-inner {
    width: 88vw;
  }
  .sec-inner:has(.reminder) {
    padding: 0 2.1vw;
  }
  h2.preface {
    padding-top: 7.5vw;
    font-size: 2.9vw;
  }
  .features {
    max-width: 57.2vw;
    margin: 0 auto;
  }
  .feature-list {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 2.1vw 0;
    border-radius: 0 0 2.7vw 2.7vw;
    padding: 2.9vw 0 3.5vw;
  }
  .feature-list li {
    width: 45vw !important;
  }
  .feature-list li .pill {
    font-size: 3.7vw;
    border-width: 0.3vw;
  }
  .feature-list li .pill .pill-inner {
    border-width: 0.8vw;
    padding-left: 0;
    padding-right: 0;
  }
  .extra {
    padding: 4.3vw 0 2.9vw;
    width: 65.3vw;
  }
  .sw-kv {
    width: 88vw;
    padding-bottom: 4.5vw;
  }
  .sw-kv .swiper-pagination-bullet {
    margin: 0 0.4vw;
    width: 2vw;
    height: 2vw;
    box-shadow: 0.3vw 0.3vw 0.2vw 0.05vw rgba(0, 0, 0, 0.2);
  }
  .sw-kv .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5vw;
  }
  .sw-card-wrap {
    width: 100%;
    padding-top: 5.3vw;
  }
  .sw-card-wrap .swiper-button-next, .sw-card-wrap .swiper-button-prev {
    width: 6.4vw;
    height: 6.4vw;
    display: none !important;
  }
  .sw-card-wrap .sw-card {
    margin: 0 4vw;
    margin: 0;
  }
  .sw-card-wrap .swiper-wrapper .swiper-slide {
    width: 65vw !important;
  }
  .reminder {
    padding-top: 4vw;
  }
  .reminder a[role=button] {
    font-size: 2.4vw;
  }
  .reminder ul {
    font-size: 2.4vw;
    line-height: 1.5;
  }
  .btn-box .cta {
    width: 42vw;
  }
  .btn-box .cta + .cta {
    margin-top: 1.6vw;
  }
  .limittime .extra {
    width: 76.1vw;
  }
  .highspeed .extra {
    width: 75.7vw;
  }
  .secure .secure-more img {
    width: 90.1vw;
    padding-top: 2.4vw;
  }
  .ms .long-pic {
    width: 66vw;
  }
  .dual-card .sw-card-wrap .sw-card {
    margin: 0 auto;
  }
  .dual-card .sw-card-wrap .swiper-wrapper {
    padding-left: 5vw;
  }
  .dual-card .sw-card-wrap .swiper-wrapper .swiper-slide {
    content: "";
    width: 65vw !important;
  }
  .dual-card.single-card .sw-card-wrap .swiper-wrapper {
    padding-left: 0;
  }
  .dual-card.single-card .sw-card-wrap .swiper-wrapper .swiper-slide {
    width: 65vw !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 430px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 375px) {
  :root {
    --size: 1;
  }
}