@charset "UTF-8";
:root {
  --root: 16px;
  --family: "Noto Sans TC", "微軟正黑體", "Microsoft Jhenghei", "SF Pro TC",
    "PingFang TC", Arial, sans-serif;
}

[pc] {
  display: block;
}

[mb] {
  display: none;
}

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

[hidden] {
  display: none;
}

.group .section.type-grn .first span {
  border-color: var(--x-grn);
  color: var(--x-grn);
}
.group .section.type-grn .second h2 {
  color: var(--x-grn);
}
.group .section.type-grn .second a {
  background-color: var(--x-grn);
}
.group .section.type-grn .content ul li {
  color: var(--x-grn);
}
.group .section.type-grn .content table {
  border-color: var(--y-grn);
}
.group .section.type-grn .content table thead {
  background-color: var(--y-grn);
}
.group .section.type-grn .content table tbody td:first-child,
.group .section.type-grn .content table tbody td:nth-child(2),
.group .section.type-grn .content table tbody td:nth-child(3) {
  border-left-color: var(--y-grn);
  border-bottom-color: var(--y-grn);
}
.group .section.type-org .first span {
  border-color: var(--x-org);
  color: var(--x-org);
}
.group .section.type-org .second h2 {
  color: var(--x-org);
}
.group .section.type-org .second a {
  background-color: var(--x-org);
}
.group .section.type-org .content ul li {
  color: var(--x-org);
}
.group .section.type-org .content table {
  border-color: var(--y-org);
}
.group .section.type-org .content table thead {
  background-color: var(--y-org);
}
.group .section.type-org .content table tbody td:first-child,
.group .section.type-org .content table tbody td:nth-child(2),
.group .section.type-org .content table tbody td:nth-child(3) {
  border-left-color: var(--y-org);
  border-bottom-color: var(--y-org);
}
.group .section.type-ywl .first span {
  border-color: var(--x-ywl);
  color: var(--x-ywl);
}
.group .section.type-ywl .second h2 {
  color: var(--x-ywl);
}
.group .section.type-ywl .second a {
  background-color: var(--x-ywl);
}
.group .section.type-ywl .content ul li {
  color: var(--x-ywl);
}
.group .section.type-ywl .content table {
  border-color: var(--y-ywl);
}
.group .section.type-ywl .content table thead {
  background-color: var(--y-ywl);
}
.group .section.type-ywl .content table tbody td:first-child,
.group .section.type-ywl .content table tbody td:nth-child(2),
.group .section.type-ywl .content table tbody td:nth-child(3) {
  border-left-color: var(--y-ywl);
  border-bottom-color: var(--y-ywl);
}
.group .section.type-ingo .first span {
  border-color: var(--x-igo);
  color: var(--x-igo);
}
.group .section.type-ingo .second h2 {
  color: var(--x-igo);
}
.group .section.type-ingo .second a {
  background-color: var(--x-igo);
}
.group .section.type-ingo .content ul li {
  color: var(--x-igo);
}
.group .section.type-ingo .content table {
  border-color: var(--y-igo);
}
.group .section.type-ingo .content table thead {
  background-color: var(--y-igo);
}
.group .section.type-ingo .content table tbody td:first-child,
.group .section.type-ingo .content table tbody td:nth-child(2),
.group .section.type-ingo .content table tbody td:nth-child(3) {
  border-left-color: var(--y-igo);
  border-bottom-color: var(--y-igo);
}

/* 【寬度變化 MEDIA QUERIES】 */
@media screen and (max-width: 1920px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --size: 1;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --size: 1;
  }
  [pc] {
    display: none;
  }
  [mb] {
    display: block !important;
  }
  .group .section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .group .section .first span {
    font-size: 5vw;
    font-weight: 400;
    border-radius: 3em;
    padding: 0.1em 0.6em;
  }
  .group .section .second {
    margin-bottom: 0;
  }
  .group .section .second h2 {
    font-weight: 900;
    font-size: 6.5vw;
  }
  .group .section .second a {
    font-size: 5vw;
    font-weight: 500;
    border-radius: 3em;
    width: auto;
    padding: 0 0.5em;
    margin-bottom: 5vw;
  }
  .group .section .txt {
    font-size: 4vw;
    padding-top: 0;
    margin-bottom: 3vw;
  }
  .group .section .content {
    padding-top: 4vw;
    margin-bottom: 2vw;
  }
  .group .section .content ul h3 {
    font-size: 3.7vw;
  }
  .group .section .content ul li {
    margin-left: 3vw;
    line-height: 1.4;
  }
  .group .section .content ul li span {
    position: relative;
    font-size: max(12px, 2.6vw);
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.6;
  }
  .group .section .content ul li.sole span {
    vertical-align: text-top;
  }
  .group .section .content table {
    margin-top: 3vw;
    width: auto;
    border-color: #98b8e1;
    border-width: 0.5vw;
  }
  .group .section .content table th,
  .group .section .content table td {
    font-size: 3.4vw;
    padding: 0.5em 0.4em;
  }
  .group .section .content table td {
    font-weight: 900;
    background: #fff;
  }
  .group .section .content table i {
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 160%;
    line-height: 1;
  }
  .group .section .content.hinet-content table {
    width: 100%;
  }
  .group .section .content.hinet-content .table-normal {
    font-size: 3vw !important;
  }
  .group .section .content.hinet-content .table-number {
    font-size: 160% !important;
  }
  .group .section .content.ip-content table {
    width: 100%;
  }
  .group .section .content.ip-content .table-normal {
    font-size: 3vw !important;
  }
  .group .section .content.ip-content .table-number {
    font-size: 160% !important;
  }
  .group .section .content.secure-content table {
    width: 100%;
  }
  .group .section .content.secure-content .table-normal {
    font-size: 3vw !important;
  }
  .group .section .content.secure-content .table-number {
    font-size: 160% !important;
  }
  .group .section .content2 ul h3 {
    font-size: max(12px, 2.3vw);
    margin-bottom: 0.2em;
  }
  .group .section .content2 .last-li-space,
  .group .section .content2 .li-space {
    margin-bottom: 3vw;
    margin-left: 3vw;
  }
  .group .section .content2 .last-li-space span,
  .group .section .content2 .li-space span {
    position: relative;
    left: -0.2em;
    font-size: max(12px, 2.3vw);
    display: inline-block;
    vertical-align: text-top;
    line-height: 1.8;
  }
  .group .section .content3 {
    border-width: 0.4vw;
    margin-top: 5vw;
  }
  .group .section .content3 ul {
    margin-left: 2vw;
    width: calc(100% - 2vw);
  }
  .group .section .content3 .last-li-space.no-bottom {
    margin-bottom: 0;
  }
  .group .section .content3 .li-space {
    margin-bottom: 0;
  }
  .group .section .note {
    margin-top: 0;
  }
  .group .section .note ol {
    font-size: max(12px, 1.8vw);
  }
  .group .section .note ol li {
    margin-left: 0;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    font-size: max(12px, 1.8vw);
  }
  .group[scroll-id="a2"] .section .content table .mcol-1 {
    width: 55%;
  }
  .group[scroll-id="b8"] .section .content table {
    width: 90%;
  }
  .group[scroll-id="b8"] .section .content table .mcol-1 {
    width: 53%;
  }
}
@media screen and (max-width: 570px) {
  .group .section .content2 .last-li-space,
  .group .section .content2 .li-space {
    margin-left: 3.4vw;
  }
}
@media screen and (max-width: 460px) {
  .group .section .content ul li {
    margin-left: 4.5vw;
  }
  .group .section .content ul li span {
    left: -0.25em;
  }
  .group .section .content ul li.sole span {
    vertical-align: -2.6em;
  }
  .group .section .content2 .last-li-space,
  .group .section .content2 .li-space {
    margin-left: 4.5vw;
  }
}
@media screen and (max-width: 433px) {
  .group .section .content2 .last-li-space,
  .group .section .content2 .li-space {
    margin-left: 4.7vw;
  }
}
@media screen and (max-width: 393px) {
  .group .section .content2 .last-li-space,
  .group .section .content2 .li-space {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 360px) {
  .group .section .content2 .last-li-space,
  .group .section .content2 .li-space {
    margin-left: 5.5vw;
  }
} /*# sourceMappingURL=style-mb.css.map */
