@charset "UTF-8";
/*===== base =====*/
/*
*******************************************************************************************************************************
----------  RESET
*******************************************************************************************************************************
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media screen and (max-width: 768px) {
  .example {
    font-size: 14px; } }

@media screen and (min-width: 768px) {
  .example {
    font-size: 16px; } }

@media screen and (max-width: 48em) {
  .example {
    font-size: 14px; } }

/* -------------
    $ scss
------------- */
/* font */
/* mixin */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* -------------
    ALL USE
------------- */
img {
  max-width: 100%;
  height: auto; }

a {
  display: block;
  text-decoration: none; }

.c {
  clear: both; }

.table {
  display: table; }

.tr {
  display: table-row; }

.th,
.td {
  display: table-cell;
  vertical-align: middle; }

.hide {
  display: none !important; }

.ab {
  position: absolute; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.float-l {
  float: left; }

.float-r {
  float: right; }

._m {
  display: none; }
  @media screen and (max-width: 768px) {
    ._m {
      display: block; } }

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important; } }

.autoW {
  width: auto; }

.btnover {
  position: relative; }
  .btnover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    opacity: 0; }
  .btnover:hover > img {
    opacity: 0; }
  .btnover:hover:after {
    opacity: 1; }

/* vw換算 */
/* rem換算 */
/* em換算 */
.example {
  font-size: 1.33333em;
  padding: 0.5em; }

/* 百分比換算 */
@-webkit-keyframes arrowAni {
  0% {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes arrowAni {
  0% {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes scrollballAni {
  0% {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    opacity: 1; }
  60% {
    -webkit-transform: translate(-30%, 750%);
    transform: translate(-30%, 750%);
    opacity: 1; }
  61% {
    opacity: 0; }
  64% {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0); } }

@keyframes scrollballAni {
  0% {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    opacity: 1; }
  60% {
    -webkit-transform: translate(-30%, 750%);
    transform: translate(-30%, 750%);
    opacity: 1; }
  61% {
    opacity: 0; }
  64% {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0); } }

@-webkit-keyframes mscrollballAni {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1; }
  50% {
    -webkit-transform: translate(-50%, 500%);
    transform: translate(-50%, 500%);
    opacity: 1; }
  51% {
    opacity: 0; }
  54% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes mscrollballAni {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1; }
  50% {
    -webkit-transform: translate(-50%, 500%);
    transform: translate(-50%, 500%);
    opacity: 1; }
  51% {
    opacity: 0; }
  54% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

/*===== 結構 =====*/
/* loading -----------------------------------------------------------*/
.loading {
  background: #00a0e9;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  text-align: center; }
  .loading .inner {
    display: inline-block;
    vertical-align: middle; }
  .loading .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 5px; }
    @media screen and (max-width: 768px) {
      .loading .line {
        width: 3vw;
        height: 3vw; } }
  .loading:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

.loading .line:nth-last-child(1) {
  -webkit-animation: loadingC 0.6s 0.1s linear infinite;
  animation: loadingC 0.6s 0.1s linear infinite; }

.loading .line:nth-last-child(2) {
  -webkit-animation: loadingC 0.6s 0.2s linear infinite;
  animation: loadingC 0.6s 0.2s linear infinite; }

.loading .line:nth-last-child(3) {
  -webkit-animation: loadingC 0.6s 0.3s linear infinite;
  animation: loadingC 0.6s 0.3s linear infinite; }

@-webkit-keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* lightbox
--------------------------------------------------------------------------------------*/
.lb {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  text-align: center;
  font-size: 0; }
  .lb:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .lb .btn_x {
    width: 26px;
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .lb .btn_x:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }

.lbbox {
  width: 92.5%;
  margin: auto;
  max-width: 610px;
  display: inline-block;
  background: #f2f5fb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box; }
  .lbbox.lb-alert {
    padding: 3.33333rem 3.33333rem;
    border-radius: 1.38889rem; }
    .lbbox.lb-alert .box1 {
      border-bottom: 1px solid #005eb8;
      padding: 20px 0; }
    .lbbox.lb-alert .box2 {
      padding: 20px 0; }
    .lbbox.lb-alert .title {
      font-size: 24px;
      font-weight: 900;
      line-height: 1.5;
      text-align: center;
      color: #005eb8; }
      .lbbox.lb-alert .title font {
        color: #b2b2b2; }
    .lbbox.lb-alert .subtitle {
      font-size: 24px;
      color: #595757;
      font-weight: 700;
      text-align: center; }
      .lbbox.lb-alert .subtitle font {
        color: #e34a6b; }
    .lbbox.lb-alert .date {
      max-width: 424px;
      margin: 20px auto; }
    .lbbox.lb-alert .ps {
      font-size: 14px;
      color: #474747;
      font-weight: bold;
      line-height: 1.2;
      text-align: left;
      padding-left: 17px; }
      .lbbox.lb-alert .ps:before {
        content: "※";
        font-size: 100%;
        margin-left: -17px;
        font-weight: 700; }

/* BODY,HTML
--------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  font-family: Arial, "Noto Sans TC", "微軟正黑體", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "新細明體", "蘋果儷黑體", Verdana, sans-serif;
/*  overflow-x: hidden;*/
  font-size: 18px; }
  @media screen and (max-width: 1680px) {
    html, body {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    html, body {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 2.4vw; } }

html {
  -webkit-text-size-adjust: 100%;
  background-color: #fff; }

/* 架構
--------------------------------------------------------------------------------------*/
.wrapper {
  width: 100%; }

section {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0; }

.container-1670 {
  width: 88%;
  max-width: 1670px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.container-1220 {
  width: 88%;
  max-width: 1220px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

/*
.content {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
*/

main {
  width: 100%;
  font-size: 18px;
/*min-height: 100vh;*/
}
  @media screen and (max-width: 1680px) {
    main {
      font-size: 16px; } }
  @media screen and (max-width: 1024px) {
    main {
      font-size: 14px; } }

/* header
--------------------------------------------------------------------------------------*/
#header {
  font-size: 16px; }

/* footer
--------------------------------------------------------------------------------------*/
footer {
  width: 100%; }

/* 主選單
--------------------------------------------------------------------------------------*/
#mainnav {
  width: 100%;
  background-color: #00a0e9;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0; }
  #mainnav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1125px;
    margin: 0 auto; }
  #mainnav a {
    position: relative;
    color: #fff;
    font-size: 1.16667rem;
    padding: 1.66667rem 0;
    font-weight: 500;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      #mainnav a {
        font-size: 4vw;
        line-height: 1.3;
        padding: 2.5vw 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    #mainnav a:hover, #mainnav a.active {
      background-color: #0b318f; }
      #mainnav a:hover::after, #mainnav a.active::after {
        bottom: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    #mainnav a::after {
      content: '';
      position: absolute;
      bottom: -50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-left: 0.66667rem solid transparent;
      border-right: 0.66667rem solid transparent;
      border-bottom: 0.66667rem solid #fff;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

/* ====================================================================================
  各頁面設定
======================================================================================*/
/* index -------------------------------*/
.page-index section.secKv {
  background-image: url(../images/index/kv.jpg); }
  @media screen and (max-width: 768px) {
    .page-index section.secKv {
      background-image: url(../images/index/m_kv.jpg); } }

/* 機聯網 lot -------------------------------*/
.page-lot section.secKv {
  background-image: url(../images/lot/kv.jpg); }
  @media screen and (max-width: 768px) {
    .page-lot section.secKv {
      background-image: url(../images/lot/m_kv.jpg); } }

/* AI視覺辨識 ai-------------------------------*/
.page-ai section.secKv {
  background-image: url(../images/ai/kv.jpg); }
  @media screen and (max-width: 768px) {
    .page-ai section.secKv {
      background-image: url(../images/ai/m_kv.jpg); } }

/* 搬運自動化 automatic -------------------------------*/
.page-automatic section.secKv {
  background-image: url(../images/automatic/kv.jpg); }
  @media screen and (max-width: 768px) {
    .page-automatic section.secKv {
      background-image: url(../images/automatic/m_kv.jpg); } }

/* OT資安 OT -------------------------------*/
.page-ot section.secKv {
  background-image: url(../images/ot/kv.jpg); }
  @media screen and (max-width: 768px) {
    .page-ot section.secKv {
      background-image: url(../images/ot/m_kv.jpg); } }

/* 新聞列表 news-list -------------------------------*/
.page-news section.secKv {
  background-image: url(../images/news/kv.jpg);
  height: 23.33333rem; }
  @media screen and (max-width: 768px) {
    .page-news section.secKv {
      height: 68.53333vw;
      background-image: url(../images/news/m_kv.jpg); } }

/* ====================================================================================
  各區塊設定
======================================================================================*/
/* 主視覺 -------------------------------*/
section.secKv {
  height: 52.22222rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  position: relative; }
  @media screen and (max-width: 1680px) {
    section.secKv {
      height: 50rem; } }
  @media screen and (max-width: 768px) {
    section.secKv {
      height: 186.66667vw;
      background-size: 100% auto; } }
  section.secKv.dark .scroll::after {
    background-color: #fff; }
  section.secKv.light .scroll::after {
    background-color: #0b318f; }

/* 產品優勢 -------------------------------*/
section.secAdvantages {
  padding: 4.16667rem 0;
  background-color: #f7f7f7; }
  section.secAdvantages .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 85%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      section.secAdvantages .content {
        width: 100%; } }
  section.secAdvantages .imgbox {
    position: relative; }
    section.secAdvantages .imgbox > img {
      width: 10.55556rem; }
      @media screen and (max-width: 768px) {
        section.secAdvantages .imgbox > img {
          width: 22.66667vw; } }
    section.secAdvantages .imgbox:not(:last-child):after {
      content: "";
      display: block;
      width: 7.5rem;
      height: 0;
      border-top: 2px dashed #515c7d;
      position: absolute;
      top: 50%;
      left: 123%;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        section.secAdvantages .imgbox:not(:last-child):after {
          width: 11vw;
          left: 102%;
          top: 44%; } }
    section.secAdvantages .imgbox p {
      font-size: 1.33333rem;
      color: #0b318f;
      letter-spacing: 0.05em;
      text-align: center;
      padding-top: 1.11111rem;
      font-weight: 500; }
      @media screen and (max-width: 768px) {
        section.secAdvantages .imgbox p {
          font-size: 4vw;
          line-height: 1.3; } }

/* 產品項目 -------------------------------*/
section.secProductItem {
  padding: 5.55556rem 0;
  background-image: url(../images/index/bg_product.jpg);
  background-repeat: no-repeat;
  background-position: center bottom; }
  section.secProductItem .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 950px) {
      section.secProductItem .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; } }
  section.secProductItem .item {
    max-width: 390px;
    width: 21.66667rem;
    margin: 0 0.55556rem;
    position: relative;
    padding-bottom: 2.22222rem;
    cursor: pointer; }
    @media screen and (max-width: 950px) {
      section.secProductItem .item {
        width: calc(47% - 0.55556rem); } }
    @media screen and (max-width: 768px) {
      section.secProductItem .item:not(:nth-last-child(-n+2)) {
        margin-bottom: 7vw; } }
    section.secProductItem .item:hover .more {
      -webkit-filter: brightness(0.8);
      filter: brightness(0.8);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.secProductItem .item:hover .more::before {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    section.secProductItem .item:hover .pic img {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    section.secProductItem .item .pic {
      margin-bottom: 0.55556rem;
      overflow: hidden; }
      section.secProductItem .item .pic img {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    section.secProductItem .item .title {
      font-size: 1.66667rem;
      line-height: 1.5;
      color: #0b318f;
      font-weight: 500;
      letter-spacing: 0.05em;
      padding-bottom: 0.27778rem; }
      @media screen and (max-width: 768px) {
        section.secProductItem .item .title {
          font-size: 4.8vw; } }
    section.secProductItem .item .txt {
      font-size: 1rem;
      line-height: 1.5;
      color: #000000;
      text-align: justify;
      margin-bottom: 1.11111rem; }
      @media screen and (max-width: 768px) {
        section.secProductItem .item .txt {
          font-size: 3.6vw; } }
    section.secProductItem .item .btnMore {
      position: absolute;
      bottom: 0;
      left: 0; }

/* Read DM -------------------------------*/
section.secReadDm {
  padding: 3.61111rem 0;
  background-color: #f7f7f7; }
  @media screen and (max-width: 768px) {
    section.secReadDm {
      padding: 10vw 0; } }
  section.secReadDm .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media screen and (max-width: 768px) {
      section.secReadDm .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section.secReadDm .content > div {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
      @media screen and (max-width: 768px) {
        section.secReadDm .content > div {
          width: 100%;
          max-width: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  section.secReadDm .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  section.secReadDm .info {
    background-color: #fff;
    padding: 2.22222rem 3.61111rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  section.secReadDm .title {
    margin-bottom: 0.83333rem; }
    @media screen and (max-width: 768px) {
      section.secReadDm .title {
        width: 85%;
        margin-bottom: 3vw; } }
  section.secReadDm .txt {
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 1.11111rem; }
    @media screen and (max-width: 768px) {
      section.secReadDm .txt {
        font-size: 3.6vw;
        margin-bottom: 5vw; } }
  section.secReadDm .btnRead {
    font-size: 1.33333rem;
    line-height: 4.72222rem;
    color: #fff;
    text-align: center;
    width: 13.88889rem;
    background-color: #00a0e9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.secReadDm .btnRead {
        font-size: 4vw; } }
    section.secReadDm .btnRead:hover {
      background-color: #0b318f;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.secReadDm .btnRead:hover::after {
        -webkit-animation: arrowAni 0.5s ease-out;
        animation: arrowAni 0.5s ease-out; }
    section.secReadDm .btnRead::after {
      content: "";
      display: block;
      width: 3.94444rem;
      height: 0.27778rem;
      background-image: url(../images/read_ar.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center center;
      position: absolute;
      top: 47%;
      left: 80%; }

/* 新聞稿 / 新聞列表 / 新聞內頁 -------------------------------*/
section.secNews {
  padding: 4.72222rem 0;
  background-color: #ddebf2; }
  section.secNews .list {
    font-size: 0; }
    @media screen and (max-width: 768px) {
      section.secNews .list {
        width: 85%;
        margin: 0 auto; } }
    section.secNews .list ol li {
      display: inline-block;
      max-width: 390px;
      cursor: pointer;
      vertical-align: top;
      margin: 0 0.44444rem; }
      section.secNews .list ol li:hover .btnMore {
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8); }
        section.secNews .list ol li:hover .btnMore::before {
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      section.secNews .list ol li:hover .pic img {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2); }
    section.secNews .list .pic {
      overflow: hidden; }
      section.secNews .list .pic img {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    section.secNews .list .txtbox {
      background-color: #fff;
      padding: 1.38889rem;
      width: 90%;
      margin: 0 auto;
      margin-top: -1.66667rem;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        section.secNews .list .txtbox {
          padding: 5vw; } }
    section.secNews .list .date {
      font-size: 1rem;
      color: #010101;
      font-weight: 400;
      margin-bottom: 0.55556rem; }
      @media screen and (max-width: 768px) {
        section.secNews .list .date {
          font-size: 3.6vw; } }
    section.secNews .list .txt {
      font-size: 1.27778rem;
      line-height: 1.3;
      color: #000000;
      font-weight: 400;
      margin-bottom: 1.11111rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      @media screen and (max-width: 768px) {
        section.secNews .list .txt {
          font-size: 4.8vw;
          margin-bottom: 7vw; } }
    section.secNews .list .slick-arrow {
      width: 2.22222rem;
      height: 2.22222rem;
      border-radius: 50%;
      border: 1px solid #0b318f;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media screen and (max-width: 768px) {
        section.secNews .list .slick-arrow {
          width: 6vw;
          height: 6vw; } }
      section.secNews .list .slick-arrow:after {
        content: "";
        display: block;
        width: 2.83333rem;
        height: 0.27778rem;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        top: 40%;
        left: -75%; }
        @media screen and (max-width: 768px) {
          section.secNews .list .slick-arrow:after {
            left: -60%; } }
      section.secNews .list .slick-arrow.slick-prev {
        border: none;
        left: -3.88889rem; }
        @media screen and (max-width: 768px) {
          section.secNews .list .slick-arrow.slick-prev {
            left: -8%; } }
        section.secNews .list .slick-arrow.slick-prev::after {
          background-image: url(../images/slick_ar_l.png);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        section.secNews .list .slick-arrow.slick-prev:hover:after {
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      section.secNews .list .slick-arrow.slick-next {
        right: -4.44444rem; }
        section.secNews .list .slick-arrow.slick-next::after {
          background-image: url(../images/slick_ar_r.png);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        section.secNews .list .slick-arrow.slick-next:hover:after {
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    section.secNews .list .slick-dots {
      position: initial;
      margin-top: 2.77778rem; }
      section.secNews .list .slick-dots button {
        display: none; }
      section.secNews .list .slick-dots > li {
        width: 0.88889rem;
        height: 0.88889rem;
        border-radius: 50%;
        border: 1px solid #0b318f;
        margin: 0 0.83333rem; }
        section.secNews .list .slick-dots > li.slick-active {
          background-color: #0b318f; }
  section.secNews .seeMore {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #0b318f;
    border-bottom: 1px solid #0b318f;
    position: absolute;
    bottom: 0.55556rem;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      section.secNews .seeMore {
        font-size: 3.6vw;
        bottom: -2vw; } }
    section.secNews .seeMore:hover {
      letter-spacing: 0.3rem;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding-left: 0.27778rem; }

section.secNewsList {
  padding: 2.22222rem 0;
  background-color: #f7f7f7; }
  section.secNewsList .list {
    font-size: 0; }
    section.secNewsList .list ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 1.66667rem; }
      section.secNewsList .list ol > li {
        max-width: 390px;
        cursor: pointer;
        vertical-align: top;
        margin: 1.11111rem 0.44444rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        padding: 0 0.55556rem; }
        @media screen and (max-width: 950px) {
          section.secNewsList .list ol > li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 47%;
            flex: 0 0 47%; } }
        @media screen and (max-width: 768px) {
          section.secNewsList .list ol > li {
            margin: 0 auto;
            width: 100%;
            max-width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            margin: 4vw 0; } }
        section.secNewsList .list ol > li:hover .btnMore {
          -webkit-filter: brightness(0.8);
          filter: brightness(0.8); }
          section.secNewsList .list ol > li:hover .btnMore::before {
            -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        section.secNewsList .list ol > li:hover .pic img {
          -webkit-transform: scale(1.1) rotate(3deg);
          -ms-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-filter: brightness(1.2);
          filter: brightness(1.2); }
    section.secNewsList .list .pic {
      overflow: hidden;
      width: 100%; }
      section.secNewsList .list .pic img {
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    section.secNewsList .list .txtbox {
      background-color: #fff;
      padding: 1.38889rem;
      width: 90%;
      margin: 0 auto;
      margin-top: -1.66667rem;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        section.secNewsList .list .txtbox {
          padding: 5vw; } }
    section.secNewsList .list .date {
      font-size: 1rem;
      color: #010101;
      font-weight: 400;
      margin-bottom: 0.55556rem; }
      @media screen and (max-width: 768px) {
        section.secNewsList .list .date {
          font-size: 3.6vw; } }
    section.secNewsList .list .txt {
      font-size: 1.27778rem;
      line-height: 1.3;
      color: #000000;
      font-weight: 400;
      margin-bottom: 1.11111rem;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      @media screen and (max-width: 768px) {
        section.secNewsList .list .txt {
          font-size: 4.8vw;
          margin-bottom: 7vw; } }
    section.secNewsList .list .slick-arrow {
      width: 2.22222rem;
      height: 2.22222rem;
      border-radius: 50%;
      border: 1px solid #0b318f;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.secNewsList .list .slick-arrow:after {
        content: "";
        display: block;
        width: 2.83333rem;
        height: 0.27778rem;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        top: 40%;
        left: -75%; }
      section.secNewsList .list .slick-arrow.slick-prev {
        border: none;
        left: -3.88889rem; }
        section.secNewsList .list .slick-arrow.slick-prev::after {
          background-image: url(../images/slick_ar_l.png);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        section.secNewsList .list .slick-arrow.slick-prev:hover:after {
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      section.secNewsList .list .slick-arrow.slick-next {
        right: -4.44444rem; }
        section.secNewsList .list .slick-arrow.slick-next::after {
          background-image: url(../images/slick_ar_r.png);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        section.secNewsList .list .slick-arrow.slick-next:hover:after {
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    section.secNewsList .list .slick-dots {
      position: initial;
      margin-top: 2.77778rem; }
      section.secNewsList .list .slick-dots button {
        display: none; }
      section.secNewsList .list .slick-dots > li {
        width: 0.88889rem;
        height: 0.88889rem;
        border-radius: 50%;
        border: 1px solid #0b318f;
        margin: 0 0.83333rem; }
        section.secNewsList .list .slick-dots > li.slick-active {
          background-color: #0b318f; }
  section.secNewsList .seeMore {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #0b318f;
    border-bottom: 1px solid #0b318f;
    position: absolute;
    bottom: 0.55556rem;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.secNewsList .seeMore:hover {
      letter-spacing: 0.3rem;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      padding-left: 0.27778rem; }

section.secNewsPage {
  padding: 4.44444rem 0;
  background-color: #f7f7f7; }
  @media screen and (max-width: 1024px) {
    section.secNewsPage {
      padding: 8.33333rem 0; } }
  @media screen and (max-width: 768px) {
    section.secNewsPage {
      padding: 25vw 0; } }
  section.secNewsPage .content {
    min-height: 55.55556rem; }
    @media screen and (max-width: 1024px) {
      section.secNewsPage .content {
        width: 95%;
        margin: 0 auto; } }
  section.secNewsPage .inner {
    background-color: #fff;
    padding: 6rem;
    margin-top: 16.66667rem;
    margin-bottom: 3.33333rem;
    display: none; }
    @media screen and (max-width: 1024px) {
      section.secNewsPage .inner {
        padding: 3.33333rem; } }
    @media screen and (max-width: 768px) {
      section.secNewsPage .inner {
        padding: 0;
        margin-top: 0;
        background-color: transparent;
        margin-bottom: 25vw; } }
  section.secNewsPage .mainpic {
    margin-top: -18.33333rem;
    margin-bottom: 2.22222rem; }
    @media screen and (max-width: 768px) {
      section.secNewsPage .mainpic {
        width: 100%;
        margin-top: 0; } }
  section.secNewsPage .artibox .titlebox {
    margin-bottom: 2.22222rem; }
    section.secNewsPage .artibox .titlebox .date {
      font-size: 1.22222rem;
      font-weight: 400;
      color: #646464;
      padding-bottom: 0.27778rem; }
      @media screen and (max-width: 768px) {
        section.secNewsPage .artibox .titlebox .date {
          font-size: 3.2vw;
          padding-bottom: 3vw; } }
    section.secNewsPage .artibox .titlebox h1 {
      font-size: 1.66667rem;
      color: #000;
      font-weight: 800;
      line-height: 1.2; }
      @media screen and (max-width: 768px) {
        section.secNewsPage .artibox .titlebox h1 {
          font-size: 5.33333vw;
          line-height: 1.4; } }
  section.secNewsPage .artibox .text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4d4d4d;
    text-align: justify; }
    section.secNewsPage .artibox .text p:not(:last-child) {
      margin-bottom: 2.22222rem; }
    @media screen and (max-width: 768px) {
      section.secNewsPage .artibox .text p {
        font-size: 4vw; } }
  section.secNewsPage .artibox .text h2 {
    font-size: 1.16667rem;
    line-height: 1.6;
    color: #4d4d4d;
    font-weight: 600; }
    section.secNewsPage .artibox .text h2:not(:last-child) {
      margin-bottom: 2.22222rem; }
    @media screen and (max-width: 768px) {
      section.secNewsPage .artibox .text h2 {
        font-size: 4.26667vw; } }
  section.secNewsPage .btnBack {
    font-size: 1.33333rem;
    line-height: 4.72222rem;
    color: #fff;
    text-align: center;
    width: 13.88889rem;
    background-color: #00a0e9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      section.secNewsPage .btnBack {
        font-size: 4vw; } }
    section.secNewsPage .btnBack:hover {
      background-color: #0b318f;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.secNewsPage .btnBack:hover::after {
        -webkit-animation: arrowAni 0.5s ease-out;
        animation: arrowAni 0.5s ease-out; }
    section.secNewsPage .btnBack::after {
      content: "";
      display: block;
      width: 3.94444rem;
      height: 0.27778rem;
      background-image: url(../images/read_ar.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center center;
      position: absolute;
      top: 47%;
      left: 80%; }
  section.secNewsPage .btnControl {
    font-size: 1.33333rem;
    color: #00a0e9;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 45%; }
    @media screen and (max-width: 768px) {
      section.secNewsPage .btnControl {
        top: auto;
        bottom: 6%;
        font-size: 4vw;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb; } }
    section.secNewsPage .btnControl:after {
      content: "";
      display: block;
      width: 2.22222rem;
      height: 2.22222rem;
      border: 1px solid #00a0e9;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.secNewsPage .btnControl:before {
      content: "";
      display: block;
      width: 2.83333rem;
      height: 0.27778rem;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.secNewsPage .btnControl.Prev {
      left: -3.33333rem; }
      @media screen and (max-width: 1024px) {
        section.secNewsPage .btnControl.Prev {
          left: -1.11111rem; } }
      @media screen and (max-width: 768px) {
        section.secNewsPage .btnControl.Prev {
          left: 15%; } }
      section.secNewsPage .btnControl.Prev:after {
        left: -400%; }
        @media screen and (max-width: 1024px) {
          section.secNewsPage .btnControl.Prev:after {
            left: -200%; } }
        @media screen and (max-width: 768px) {
          section.secNewsPage .btnControl.Prev:after {
            left: -90%; } }
      section.secNewsPage .btnControl.Prev:before {
        background-image: url(../images/btnControl_ar_l.png);
        left: -320%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 768px) {
          section.secNewsPage .btnControl.Prev:before {
            left: -70%; } }
    section.secNewsPage .btnControl.Next {
      right: -3.33333rem; }
      @media screen and (max-width: 1024px) {
        section.secNewsPage .btnControl.Next {
          right: -1.11111rem; } }
      @media screen and (max-width: 768px) {
        section.secNewsPage .btnControl.Next {
          right: 15%; } }
      section.secNewsPage .btnControl.Next:after {
        right: -400%; }
        @media screen and (max-width: 1024px) {
          section.secNewsPage .btnControl.Next:after {
            right: -200%; } }
        @media screen and (max-width: 768px) {
          section.secNewsPage .btnControl.Next:after {
            right: -90%; } }
      section.secNewsPage .btnControl.Next:before {
        background-image: url(../images/btnControl_ar_r.png);
        right: -320%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 768px) {
          section.secNewsPage .btnControl.Next:before {
            right: -70%; } }
    section.secNewsPage .btnControl:hover {
      -webkit-filter: brightness(0.6);
      filter: brightness(0.6);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      section.secNewsPage .btnControl:hover.Prev:before {
        left: -500%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 768px) {
          section.secNewsPage .btnControl:hover.Prev:before {
            left: -70%; } }
      section.secNewsPage .btnControl:hover.Next:before {
        right: -500%;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media screen and (max-width: 768px) {
          section.secNewsPage .btnControl:hover.Next:before {
            right: -70%; } }

/* 影音 -------------------------------*/
section.secVideo {
  padding: 3.88889rem 0;
  background-color: #ddebf2; }
  @media screen and (max-width: 768px) {
    section.secVideo {
      padding-top: 0; } }
  section.secVideo .vidBox {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; }
    section.secVideo .vidBox iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* 合作夥伴 -------------------------------*/
section.secPartners {
  padding: 3.88889rem 0;
  background-color: #fafafa; }
  section.secPartners .logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.77778rem 0; }
  section.secPartners .logo-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      section.secPartners .logo-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
        flex: 0 0 43%; } }
    section.secPartners .logo-item img {
      max-width: 100%;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain; }

/* 產品描述 -------------------------------*/
section.secDescription {
  padding: 4.44444rem 0;
  background-color: #f7f7f7; }
  section.secDescription .txt {
    font-size: 1.33333rem;
    line-height: 1.5;
    color: #000;
    line-height: 1.5;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      section.secDescription .txt {
        font-size: 4vw; } }
    section.secDescription .txt font {
      font-weight: 600;
      color: #00a0e9; }

/* 效益 -------------------------------*/
section.secBenefit {
  padding: 4.44444rem 0;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    section.secBenefit .container-1220 {
      width: 98%; } }
  section.secBenefit .benefit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.66667rem 0; }
  section.secBenefit .benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative; }
    section.secBenefit .benefit-item.col3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%; }
      section.secBenefit .benefit-item.col3:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 8.33333rem;
        height: 1px;
        border-top: 2px dashed #535e7f;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); }
        @media screen and (max-width: 768px) {
          section.secBenefit .benefit-item.col3:not(:last-child)::after {
            width: 3.05556rem;
            right: -0.5vw;
            top: 40%; } }
      section.secBenefit .benefit-item.col3:nth-child(3n)::after {
        display: none; }
      section.secBenefit .benefit-item.col3 .icon {
        width: 12.16667rem;
        height: 11.05556rem; }
    section.secBenefit .benefit-item.col4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
      section.secBenefit .benefit-item.col4:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 3.33333rem;
        height: 1px;
        border-top: 2px dashed #535e7f;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); }
      section.secBenefit .benefit-item.col4:nth-child(4n)::after {
        display: none; }
      section.secBenefit .benefit-item.col4 .icon {
        width: 8.88889rem;
        height: 9.72222rem; }
      @media screen and (max-width: 768px) {
        section.secBenefit .benefit-item.col4 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
          flex: 0 0 33%; }
          section.secBenefit .benefit-item.col4:nth-child(3n)::after {
            display: none; }
          section.secBenefit .benefit-item.col4:nth-child(4n)::after {
            display: block; } }
    section.secBenefit .benefit-item .icon {
      margin-bottom: 0.83333rem; }
      section.secBenefit .benefit-item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    section.secBenefit .benefit-item .text {
      font-size: 1.33333rem;
      font-weight: 500;
      color: #0b318f;
      margin-top: 0.55556rem; }
      @media screen and (max-width: 768px) {
        section.secBenefit .benefit-item .text {
          font-size: 4vw; } }

section.secBenefit2 {
  padding: 4.44444rem 0; }
  section.secBenefit2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1.11111rem; }
    @media screen and (max-width: 768px) {
      section.secBenefit2 .content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  section.secBenefit2 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
    @media screen and (max-width: 768px) {
      section.secBenefit2 .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    section.secBenefit2 .item .pic {
      width: 13.77778rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (max-width: 950px) {
        section.secBenefit2 .item .pic {
          width: 12.22222rem; } }
      @media screen and (max-width: 768px) {
        section.secBenefit2 .item .pic {
          width: 33.06667vw; } }
    section.secBenefit2 .item .txtbox {
      margin-left: 1.11111rem;
      padding-top: 2rem; }
      @media screen and (max-width: 768px) {
        section.secBenefit2 .item .txtbox {
          padding-top: 2vw; } }
      section.secBenefit2 .item .txtbox .title {
        font-size: 1.55556rem;
        font-weight: 500;
        color: #0b318f;
        margin-bottom: 0.55556rem; }
        @media screen and (max-width: 768px) {
          section.secBenefit2 .item .txtbox .title {
            font-size: 4vw; } }
      section.secBenefit2 .item .txtbox p {
        font-size: 1.33333rem;
        line-height: 1.5;
        color: #000;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          section.secBenefit2 .item .txtbox p {
            font-size: 3.6vw; } }
    section.secBenefit2 .item:not(:last-child) {
      margin-bottom: 1.66667rem; }

/* 服務 -------------------------------*/
section.secService {
  padding: 4.44444rem 0;
  background-color: #ddebf2; }
  section.secService .service-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 1.66667rem; }
    section.secService .service-item.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        section.secService .service-item.reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    section.secService .service-item .pic {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      section.secService .service-item .pic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    section.secService .service-item .info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #fff;
      padding: 3.33333rem 2.77778rem; }
      section.secService .service-item .info .title {
        width: 20.61111rem;
        margin-bottom: 1.11111rem; }
        section.secService .service-item .info .title img {
          height: auto; }
      section.secService .service-item .info .list {
        padding-left: 1.66667rem; }
        section.secService .service-item .info .list li {
          position: relative;
          font-size: 1.33333rem;
          font-weight: 400;
          line-height: 1.5;
          color: #000;
          list-style: disc; }
          @media screen and (max-width: 768px) {
            section.secService .service-item .info .list li {
              font-size: 4vw;
              line-height: 1.6; } }
    @media screen and (max-width: 768px) {
      section.secService .service-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

section.secService2 {
  padding: 4.44444rem 0;
  background-color: #ddebf2; }
  section.secService2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.secService2 .item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 18.33333rem;
    margin: 2.77778rem 0.55556rem; }
    @media screen and (max-width: 950px) {
      section.secService2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        margin: 0.83333rem 0.83333rem; } }
    section.secService2 .item > img {
      border-radius: 50%; }
    section.secService2 .item p {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 15%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      font-size: 1.33333rem;
      font-weight: 500;
      color: #0b318f;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 768px) {
        section.secService2 .item p {
          font-size: 3.6vw; } }

/* 產品特色 -------------------------------*/
section.secFeatures {
  padding: 4.44444rem 0;
  background-color: #fff; }
  section.secFeatures .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      section.secFeatures .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  section.secFeatures .features-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center; }
    @media screen and (max-width: 768px) {
      section.secFeatures .features-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
        section.secFeatures .features-item:not(:last-child) {
          margin-bottom: 8vw; } }
    section.secFeatures .features-item .icon {
      width: 8.61111rem;
      height: 8.61111rem;
      margin: 0 auto;
      margin-bottom: 1.11111rem; }
      section.secFeatures .features-item .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      section.secFeatures .features-item .icon.size-1 {
        width: 8.61111rem;
        height: 8.61111rem; }
      section.secFeatures .features-item .icon.size-2 {
        width: 8.94444rem;
        height: 7.11111rem; }
    section.secFeatures .features-item .title {
      font-size: 1.55556rem;
      font-weight: 600;
      color: #0b318f;
      margin-bottom: 0.55556rem; }
      @media screen and (max-width: 768px) {
        section.secFeatures .features-item .title {
          font-size: 4vw; } }
    section.secFeatures .features-item .text {
      font-size: 1.33333rem;
      line-height: 1.3;
      font-weight: 400;
      color: #000; }
      @media screen and (max-width: 768px) {
        section.secFeatures .features-item .text {
          font-size: 3.6vw; } }

section.secFeatures2 {
  padding: 4.44444rem 0;
  background-color: #ddebf2; }
  section.secFeatures2 .container-1220 {
    width: 99%; }
  section.secFeatures2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.secFeatures2 .item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 18.33333rem;
    margin: 2.77778rem 0.55556rem; }
    @media screen and (max-width: 950px) {
      section.secFeatures2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        margin: 0.83333rem 0.83333rem; } }
    @media screen and (max-width: 768px) {
      section.secFeatures2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin: 0vw;
        max-width: 100%; } }
    section.secFeatures2 .item > img {
      border-radius: 50%; }
    section.secFeatures2 .item .text {
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 15%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.secFeatures2 .item p {
      font-size: 1.55556rem;
      font-weight: 600;
      color: #0b318f;
      letter-spacing: 0.05em;
      margin-bottom: 0.55556rem; }
      @media screen and (max-width: 768px) {
        section.secFeatures2 .item p {
          font-size: 4vw; } }
    section.secFeatures2 .item span {
      display: block;
      font-size: 1.33333rem;
      font-weight: 400;
      color: #000;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        section.secFeatures2 .item span {
          font-size: 3.46667vw; } }

/* 系統架構 -------------------------------*/
section.secStructure {
  padding: 4.44444rem 0;
  background-color: #f7f7f7; }
  section.secStructure .content {
    overflow-x: auto;
    padding-bottom: 2.77778rem;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    section.secStructure .content::-webkit-scrollbar {
      height: 0.55556rem; }
    section.secStructure .content::-webkit-scrollbar-track {
      background: #fff; }
    section.secStructure .content::-webkit-scrollbar-thumb {
      background: #00A0E9; }
      section.secStructure .content::-webkit-scrollbar-thumb:hover {
        background: #007db6; }
    section.secStructure .content .pic {
      min-width: 55.55556rem;
      width: 90%;
      margin: 0 auto; }
      section.secStructure .content .pic img {
        width: 100%; }
      @media screen and (max-width: 768px) {
        section.secStructure .content .pic {
          min-width: 66.66667rem; } }

/* ====================================================================================
  共用物件
======================================================================================*/
.sectitle {
  width: 19.27778rem;
  margin: 0 auto;
  margin-bottom: 3.05556rem; }

.btnMore {
  font-size: 1rem;
  color: #00a0e9;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .btnMore {
      font-size: 3.6vw; } }
  .btnMore::after {
    content: "";
    display: inline-block;
    width: 1.77778rem;
    height: 1.77778rem;
    border-radius: 50%;
    border: 1px solid #00a0e9;
    vertical-align: middle;
    margin-left: 2.22222rem;
    -webkit-transform: translateY(-0.22222rem);
    -ms-transform: translateY(-0.22222rem);
    transform: translateY(-0.22222rem);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      .btnMore::after {
        width: 5.5vw;
        height: 5.5vw; } }
  .btnMore::before {
    content: "";
    display: block;
    width: 2.83333rem;
    height: 0.27778rem;
    background-image: url(../images/more_ar.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    top: 27%;
    left: 3.61111rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 768px) {
      .btnMore::before {
        left: 13vw;
        width: 6.8vw;
        height: 0.66667vw; } }
  .btnMore:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }
    .btnMore:hover::before {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.secFixbtn {
  width: 7.72222rem;
  position: fixed;
  bottom: 3%;
  right: 1.5%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 950px) {
    .secFixbtn {
      width: 5.55556rem; } }
  @media screen and (max-width: 768px) {
    .secFixbtn {
      width: 12.13333vw; } }
  .secFixbtn:hover {
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.scroll {
  width: 0.83333rem;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    .scroll {
      width: 17.2vw;
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: auto;
      bottom: 10%; } }
  .scroll::after {
    content: "";
    display: block;
    width: 0.55556rem;
    height: 0.55556rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    border-radius: 50%;
    -webkit-animation: scrollballAni 3.2s infinite ease;
    animation: scrollballAni 3.2s infinite ease; }
    @media screen and (max-width: 768px) {
      .scroll::after {
        width: 1.8vw;
        height: 1.8vw;
        top: 30%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-animation: mscrollballAni 3.5s infinite ease;
        animation: mscrollballAni 3.5s infinite ease; } }

/*# sourceMappingURL=css_min.css.map */