@charset "UTF-8";
/* 【重設】 */
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, 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 {
  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;
}

[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

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;
  --orange: #ee9001;
  --green: #25ab56;
  --blue: #0173bc;
  --eggshell: #fffaea;
  --indigo: #3134d7;
  --wh: #fff;
}

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

img {
  vertical-align: bottom;
}

[pc] {
  display: block;
}

[mb] {
  display: none;
}

.rwd {
  width: 100%;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  text-align: left;
}
.container ul {
  font-size: inherit;
  list-style-type: none;
  padding: 0.4em 0 0 0.2em;
}
.container ul li {
  margin-bottom: 0.75em;
}
.container ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: bottom;
  background: url(../imgs/icon_bullet.svg) center/cover no-repeat;
}
.container ul:has(+ h4) li:last-child {
  margin-bottom: 0.3em;
}
.container ul.check li::before {
  content: "";
  width: 0.8em; /*0.886*/
  height: 0.8em;
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: bottom;
  background: url(../imgs/icon_check.svg) center/cover no-repeat;
}
.container ul:has(+ ul.check) li:last-child {
  margin-bottom: 0.3em;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft Jhenghei", "SF Pro TC", "PingFang TC", Arial, sans-serif;
  font-weight: 500;
  background: var(--wh) url(../imgs/bg.jpg) center bottom/contain no-repeat;
}

.header .header-inner .key-visual {
  width: 100%;
}
.header nav {
  text-align: center;
}
.header nav ul {
  display: inline-flex;
  width: 100%;
  margin: 0 auto;
}
.header nav ul li {
  width: 25%;
}
.header nav li a, .header nav li a:link, .header nav li a:visited {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 35px;
  font-weight: 800;
  color: var(--wh);
  background: linear-gradient(90deg, #00ADEF 0%, #2325B6 89.07%);
  padding: 16px 0;
}
.header nav li a span, .header nav li a:link span, .header nav li a:visited span {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid var(--wh);
  border-width: 0 0 1px;
  padding: 0.2em 0.1em;
}

.intro {
  font-size: 35px;
  text-align: center;
}
.intro .subject {
  max-width: 1920px;
  margin: 0 auto;
}
.intro strong {
  font-size: inherit;
  font-weight: 600;
}
.intro strong .icon {
  vertical-align: text-bottom;
}
.intro strong:has(+ ul.check) {
  display: block;
  margin-bottom: 0.3em;
}
.intro p {
  font-size: inherit;
  line-height: 1.5;
  padding-bottom: 1em;
}

.desc {
  font-size: 35px;
}
.desc article {
  font-size: inherit;
  padding-bottom: 1em;
}
.desc h3 {
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  border: 4px solid #ccc;
  padding: 0.2em;
  background: var(--wh);
}
.desc h3 img {
  vertical-align: text-bottom;
  margin-right: 0.2em;
}
.desc h3.orange {
  color: var(--orange);
  border-color: var(--orange);
}
.desc h3.green {
  color: var(--green);
  border-color: var(--green);
}
.desc h3.blue {
  color: var(--blue);
  border-color: var(--blue);
}
.desc h3.num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 33px;
  border: none;
  border-radius: 2em;
  color: var(--wh);
  background: var(--indigo);
}
.desc h4 {
  font-size: inherit;
  font-weight: 600;
  padding: 0.3em 0 0.2em;
  text-shadow: 0 1px 1px #999;
}
.desc h4.orange {
  color: var(--orange);
}
.desc h4.green {
  color: var(--green);
}

.teaser {
  font-size: 35px;
  padding-top: 0.5em;
  padding-bottom: 7em;
}
.teaser p {
  font-size: inherit;
  color: var(--indigo);
  padding-bottom: 1em;
}
.teaser p.lg {
  font-size: 42px;
  font-weight: 600;
}
.teaser .cta {
  display: block;
  padding: 0 0 1.2em;
  margin-top: -0.2em;
}
.teaser .button, .teaser .button:link, .teaser .button:visited {
  font-size: inherit;
  text-decoration: none;
  display: inline-block;
  border-radius: 3em;
  font-weight: 600;
  background: var(--indigo);
  color: var(--wh);
  padding: 36px 70px;
}

.stage {
  font-size: 35px;
  padding-bottom: 10em;
}
.stage .container {
  display: flex;
  gap: 0 18px;
}
.stage .group {
  font-size: 35px;
  width: 33.3333333333%;
  background: var(--wh);
  border: 3px solid var(--orange);
  padding-bottom: 60px;
}
.stage .group header {
  background: var(--orange);
  color: var(--wh);
  text-align: center;
  font-size: inherit;
  font-weight: 600;
  padding: 0.4em 0 0.6em;
}
.stage .group blockquote {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stage .group blockquote sub {
  display: block;
  text-align: center;
  color: var(--orange);
  padding: 0.5em 0;
}
.stage .group .links {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px 0;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -0.8em;
  justify-content: center;
  align-items: center;
}
.stage .group .links a {
  text-decoration: none;
  display: block;
  color: var(--orange);
  width: 100%;
  font-size: 85%;
}
.stage .group .links a .outer, .stage .group .links a .inner {
  border: 2px solid var(--orange);
}
.stage .group .links a .inner {
  text-align: center;
  position: relative;
  top: 2px;
  left: 2px;
  margin-right: -4px;
  margin-bottom: -4px;
  padding: 25px 0;
}
.stage .group .links a .inner span {
  position: relative;
  top: -2px;
  left: -2px;
}
.stage .group .links a .inner.two-ply {
  padding: 12px 0;
}
.stage .gr-green {
  border-color: var(--green);
}
.stage .gr-green header {
  background: var(--green);
}
.stage .gr-green blockquote sub {
  color: var(--green);
}
.stage .gr-green .links {
  gap: 60px 30px;
  margin-top: 0;
}
.stage .gr-green .links a {
  color: var(--green);
}
.stage .gr-green .links a .outer, .stage .gr-green .links a .inner {
  border-color: var(--green);
}
.stage .gr-blue {
  border-color: var(--blue);
}
.stage .gr-blue header {
  background: var(--blue);
}
.stage .gr-blue blockquote sub {
  color: var(--blue);
}
.stage .gr-blue .links {
  gap: 52px 30px;
  margin-top: -1.3em;
}
.stage .gr-blue .links a {
  color: var(--blue);
}
.stage .gr-blue .links a .outer, .stage .gr-blue .links a .inner {
  border-color: var(--blue);
}

body.detail .desc {
  padding-top: 1.5em;
}

body.solution .intro {
  padding-top: 1.5em;
}
body.solution .intro p {
  padding-bottom: 3em;
}

body.contact .intro {
  padding-top: 2em;
}

/* 【寬度變化 MEDIA QUERIES】 */
@media screen and (max-width: 1920px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 1270px) {
  .container {
    position: relative;
    width: 100%;
    padding: 0 8vw;
    max-width: unset;
    margin: 0 auto;
  }
  .header nav li a, .header nav li a:link, .header nav li a:visited {
    font-size: 2.8vw;
    padding: 1.3vw 0;
  }
  .intro {
    font-size: 2.8vw;
  }
  .intro strong .icon {
    width: 3.6vw;
  }
  .desc {
    font-size: 2.8vw;
  }
  .desc h3 {
    border-width: 0.3vw;
  }
  .desc h3.orange img {
    width: 3.9vw;
  }
  .desc h3.green img {
    width: 3.6vw;
  }
  .desc h3.blue img {
    width: 3.2vw;
  }
  .desc h3.num {
    padding: 1.1vw 2.6vw;
  }
  .desc h3.num img {
    width: 3.1vw;
  }
  .teaser {
    font-size: 2.8vw;
  }
  .teaser p.lg {
    font-size: 3.3vw;
  }
  .teaser .cta {
    width: 78.5vw;
  }
  .teaser .button, .teaser .button:link, .teaser .button:visited {
    padding: 2.8vw 3.1vw;
  }
  .stage {
    font-size: 2.8vw;
  }
  .stage .container {
    gap: 0 1.4vw;
  }
  .stage .group {
    font-size: 2.8vw;
    border-width: 0.2vw;
    padding-bottom: 4.7vw;
  }
  .stage .group .links {
    gap: 1.7vw 0;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
  }
  .stage .group .links a {
    font-size: 70%;
  }
  .stage .group .links a .outer, .stage .group .links a .inner {
    border-width: 0.2vw;
  }
  .stage .group .links a .inner {
    top: 0.2vw;
    left: 0.2vw;
    margin-right: -0.3vw;
    margin-bottom: -0.3vw;
    padding: 2vw 0;
  }
  .stage .group .links a .inner span {
    top: -0.2vw;
    left: -0.2vw;
  }
  .stage .group .links a .inner.two-ply {
    padding: 0.9vw 0;
  }
}