/* image path */
/* bg color */
/* brown color */
/* blue color */
/* 感測技術頁中的 small deco 顏色 */
/* --- reset --- */
body,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
input,
textarea,
p {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  border: 0;
}
li {
  list-style: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
/* --- global style --- */
body {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  /* 'Noto Sans TC' 可用的值：400, 500 */
  /* 'Roboto' 可用 400, 500, 700 */
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
p {
  text-align: justify;
  text-justify: distribute;
}
p + p {
  margin-top: 20px;
}
a {
  outline: none;
  text-decoration: none;
}
.clear {
  clear: both;
}
img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
svg {
  pointer-events: none;
  flex-shrink: 0;
}
/* ----- Layout ----- */
#main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#mainHeader {
  width: 100%;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  flex-shrink: 0;
}
#mainContent {
  flex: 1;
  flex-shrink: 0;
  margin-top: 60px;
  position: relative;
}
.centerwpr {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
section {
  position: relative;
  padding: 100px 20px;
}
/* ----- 章節小裝飾 ----- */
.decowpr {
  z-index: 10;
}
.small-deco {
  position: absolute;
  top: -30px;
}
.small-deco.p-left {
  left: 0;
}
.small-deco.p-right {
  right: 0;
}
.small-deco .block {
  display: flex;
  align-items: center;
}
.small-deco .center {
  width: 4px;
  height: 30px;
  margin: 0 6px;
  background-color: #b28146;
}
.small-deco .dashed {
  width: 4px;
  height: 6px;
  position: relative;
}
.small-deco .dashed:before,
.small-deco .dashed:after {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  position: absolute;
  left: 0;
}
.small-deco .dashed:before {
  top: -12px;
}
.small-deco .dashed:after {
  bottom: -12px;
}
.small-deco .block.white .center,
.small-deco .block.white .dashed,
.small-deco .block.white .dashed:before,
.small-deco .block.white .dashed:after {
  background-color: #fff;
}
.small-deco .block.lightBrown .center,
.small-deco .block.lightBrown .dashed,
.small-deco .block.lightBrown .dashed:before,
.small-deco .block.lightBrown .dashed:after {
  background-color: #b28146;
}
.small-deco .block.darkBrown .center,
.small-deco .block.darkBrown .dashed,
.small-deco .block.darkBrown .dashed:before,
.small-deco .block.darkBrown .dashed:after {
  background-color: #60473c;
}
.small-deco .block.lightBlue .center,
.small-deco .block.lightBlue .dashed,
.small-deco .block.lightBlue .dashed:before,
.small-deco .block.lightBlue .dashed:after {
  background-color: #62a5b1;
}
.small-deco .block.paleBrown .center,
.small-deco .block.paleBrown .dashed,
.small-deco .block.paleBrown .dashed:before,
.small-deco .block.paleBrown .dashed:after {
  background-color: #DDB580;
}
.small-deco.d-left .right {
  display: none;
}
.small-deco.d-right .left {
  display: none;
}
@media screen and (max-width: 900px) {
  #mainContent {
    margin-top: 46px;
  }
  .small-deco.p-left {
    left: 10px;
  }
  .small-deco.p-right {
    right: 10px;
  }
}

/* image path */
/* bg color */
/* brown color */
/* blue color */
/* 感測技術頁中的 small deco 顏色 */
#mainHeader {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#mainHeader .centerwpr {
  padding: 0 30px;
  height: 60px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  line-height: 1;
  max-width: none;
}
#mainHeader .logo {
  display: block;
  width: 110px;
  height: 44px;
  position: relative;
  top: 3px;
  flex-shrink: 0;
  margin-right: 40px;
  font-size: 0;
  line-height: 0;
  background-image: url(/static/assets/cda7781eaa29b931c58924f0149a40f1.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#mainHeader .menu {
  display: flex;
  height: 100%;
}
#mainHeader .menu-item {
  flex-shrink: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  position: relative;
  color: #60473c;
}
#mainHeader .menu-item.current:after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #864e44;
}
#mainHeader .menu-item.disabled {
  cursor: default;
  pointer-events: none;
  color: #96837a;
  display: none;
}
#mainHeader .btn {
  font-size: 14px;
  white-space: nowrap;
  height: 40px;
  padding: 0 16px;
  box-sizing: border-box;
}
#mainHeader .contact {
  margin-right: 10px;
  position: relative;
  color: #60473c;
  background-color: #fff;
  border: 1px solid #af9a93;
  cursor: pointer;
}
#mainHeader .contact svg {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  fill: #60473c;
}
#mainHeader .contact:hover {
  background-color: #faf4ef;
  border-color: #98827a;
}
#mainHeader .cloud-platform {
  height: 40px;
  color: #fff;
  background-color: #60473c;
}
#mainHeader .cloud-platform:hover {
  background-color: #864e44;
}
#mainHeader hr {
  margin: 0;
  padding: 0;
  border: none;
  flex: 1;
}
.menu-item.disabled .hint {
  padding: 2px 0 3px 0;
  width: 86px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -43px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #b28146;
  border-radius: 3px 3px 0 0;
}
#mobileMenu .menu-item.disabled .hint {
  position: relative;
  bottom: auto;
  left: auto;
  margin-left: 0;
  padding: 4px 0 5px 0;
  border-radius: 3px;
}
.contact-infobox {
  position: absolute;
  width: 300px;
  font-size: 14px;
  color: #60473c;
  line-height: 1.2;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 4px 4px;
  cursor: default;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  top: 33px;
  transition: 400ms;
  transition-property: visibility, opacity, top;
}
.contact:hover .contact-infobox {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  top: 43px;
}
.contact-infobox:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
  border-radius: 10px 10px 0 0;
}
.contact-infobox .innerbox {
  padding: 12px 20px 20px 20px;
}
.contact-infobox .title {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #60473c;
  border-radius: 4px 4px 0 0;
}
.contact-infobox .mark {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 5px 3px -1px;
  color: #fff;
  font-size: 12px;
  background-color: #864e44;
  border-radius: 20px;
}
.contact-infobox p + p {
  margin-top: 12px;
}
.contact-infobox a {
  color: #60473c;
}
.contact-infobox hr {
  height: 1px;
  margin: 10px 0 !important;
  background-color: #ded6d2;
}
.contact-infobox .messenger {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.contact-infobox .messenger .icon {
  width: 40px;
  margin-right: 10px;
}
.contact-infobox .groupbuy {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.contact-infobox .groupbuy .btn {
  width: 90px;
  height: 32px;
  flex-shrink: 0;
  color: #864e44;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #864e44;
}
.contact-infobox .groupbuy .btn:hover {
  color: #fff;
  background-color: #864e44;
}
.contact-infobox .groupbuy .txt {
  margin-left: 10px;
  color: #864e44;
  font-size: 13px;
  line-height: 1.2;
  white-space: wrap;
}
/* ----- mobile menu ----- */
#menuTrigger {
  position: relative;
  width: 50px;
  height: 46px;
  margin: 0 10px 0 -15px;
  flex-shrink: 0;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
#menuTrigger .icon {
  pointer-events: none;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #864e44;
  border-radius: 2px;
  transition: 200ms;
}
#menuTrigger .icon:before,
#menuTrigger .icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #864e44;
  border-radius: 2px;
  transition: 200ms;
}
#menuTrigger .icon:before {
  top: -6px;
}
#menuTrigger .icon:after {
  bottom: -6px;
}
#menuTrigger.expand .icon {
  background-color: transparent;
}
#menuTrigger.expand .icon:before,
#menuTrigger.expand .icon:after {
  width: 24px;
  height: 3px;
}
#menuTrigger.expand .icon:before {
  transform: rotate(45deg);
  top: 0;
}
#menuTrigger.expand .icon:after {
  transform: rotate(-45deg);
  bottom: -1px;
}
#mobileMenu {
  position: fixed;
  left: -360px;
  top: 0;
  z-index: 90;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  padding-top: 46px;
  background-color: #fdfaf7;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
  transition: 300ms;
  transition-property: left, visibility;
  visibility: hidden;
  pointer-events: none;
}
#mobileMenu.expand {
  visibility: visible;
  left: 0;
  pointer-events: auto;
}
#mobileMenu .menu {
  display: block;
  height: auto;
  margin-left: 0;
  margin-bottom: 30px;
}
#mobileMenu .menu-item {
  height: 46px;
  justify-content: space-between;
  text-shadow: none;
  color: #60473c;
  border-bottom: 1px solid #ded6d2;
}
#mobileMenu .menu-item:hover {
  background-color: #b28146;
  color: #fff;
  border-bottom: 1px solid #864e44;
}
#mobileMenu .menu-item.current {
  background-color: #60473c;
  color: #fff;
  border-bottom: 1px solid #60473c;
}
#mobileMenu .menu-item:after,
#mobileMenu .menu-item.current:after {
  display: none;
}
#mobileMenu .menu-item svg {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  fill: #60473c;
  position: relative;
}
#mobileMenu .menu-item:hover svg {
  fill: #fff;
}
#mobileMenu .menu-item .envelope {
  top: 1px;
}
#mobileMenu .menu-item .extlink {
  width: 16px;
  height: 16px;
}
#mobileMenu .contact-infobox {
  pointer-events: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  top: auto;
  position: relative;
  transition: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
#mobileMenu .contact-infobox:before {
  display: none;
}
#mobileMenu .contact-infobox .innerbox {
  padding-bottom: 0;
  padding-top: 15px;
}
#mobileMenu .contact-infobox .title {
  display: none;
}
#mobileMenu .contact-infobox .addr {
  white-space: normal;
}
.langMenu {
  position: relative;
  color: #60473c;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
.langMenu .lang-trigger {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-left: 10px;
  height: 40px;
  cursor: pointer;
}
.langMenu .lang-trigger:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  position: relative;
  top: 2px;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #60473c transparent transparent transparent;
}
.langMenu .submenu {
  width: 110px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  transition: 400ms;
  transition-property: visibility, opacity, top;
}
.langMenu .lang-btn {
  padding: 10px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
.langMenu .lang-btn:hover {
  background-color: #fbf7f4;
}
.langMenu .lang-btn.current {
  pointer-events: none;
  cursor: default;
  background-color: #864e44;
  color: #fff;
}
.langMenu:hover .submenu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  top: 40px;
}
@media (hover: none) {
  .langMenu:hover .submenu {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    top: 30px;
  }
  .langMenu.active .submenu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    top: 40px;
  }
}
/* ----- RWD ----- */
@media screen and (max-width: 900px) {
  #mainHeader {
    background-color: transparent;
    box-shadow: none;
  }
  #mainHeader .centerwpr {
    padding: 0 12px;
    height: 46px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  #mainHeader .menu {
    display: none;
  }
  #mainHeader #mobileMenu .menu {
    display: block;
  }
  #mainHeader .logo {
    width: 92px;
    height: 36px;
    margin-right: 0;
  }
  #mainHeader .btn {
    width: auto;
    height: 36px;
    padding: 0 20px;
    font-size: 15px;
  }
  #mainHeader .contact {
    margin-right: 6px;
  }
  #mainHeader .contact svg {
    display: none;
  }
  #mainHeader #menuTrigger {
    display: flex;
  }
  #mainHeader .btn.contact,
  #mainHeader .btn.cloud-platform {
    display: none;
  }
  .langMenu .submenu {
    right: 0;
  }
}

/* image path */
/* bg color */
/* brown color */
/* blue color */
/* 感測技術頁中的 small deco 顏色 */
#mainFooter {
  padding: 18px 0;
  flex-shrink: 0;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  background-color: #45332b;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#mainFooter .centerwpr {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainFooter .block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainFooter .block + .block {
  margin-left: 30px;
}
#mainFooter .title {
  font-size: 16px;
}
#mainFooter .address {
  margin-top: 4px;
  text-align: center;
  color: #b9b2af;
}
#mainFooter .email {
  color: #b9b2af;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  #mainFooter .centerwpr {
    flex-direction: column;
  }
  #mainFooter .block + .block {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* image path */
/* bg color */
/* brown color */
/* blue color */
/* 感測技術頁中的 small deco 顏色 */
.home .flexbox {
  display: flex;
  align-items: center;
}
.home h2 {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}
.home h3 {
  color: #b28146;
  font-size: 20px;
}
.home .slogan {
  margin: 10px 0 20px 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
/* ----- section A ----- */
#sectionA {
  padding: 80px 20px;
  background-color: #faf4ef;
}
#sectionA .box {
  width: 40%;
  padding-right: 30px;
  margin-top: -100px;
}
#sectionA .pic {
  width: 60%;
  flex-shrink: 0;
}
#sectionA .desc {
  font-size: 18px;
}
#sectionA .slogan {
  font-size: 42px;
}
#sectionA .groupbuy {
  margin-top: 25px;
  max-width: 200px;
  flex-direction: column;
  align-items: flex-start;
}
#sectionA .groupbuy .btn {
  width: 100%;
  max-width: 200px;
  height: 44px;
  flex-shrink: 0;
  color: #864e44;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #864e44;
  box-sizing: border-box;
}
#sectionA .groupbuy .btn:hover {
  color: #fff;
  background-color: #864e44;
}
#sectionA .groupbuy .txt {
  margin-top: 10px;
  color: #864e44;
  font-size: 14px;
  line-height: 1.3;
}
/* ----- section A ----- */
#sectionB {
  background-color: #62a5b1;
}
#sectionB h2 {
  margin-bottom: -20px;
  display: flex;
  justify-content: center;
  line-height: 1.2;
}
#sectionB h2 .center {
  position: relative;
  z-index: 1;
}
#sectionB h2 .center:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: -1;
  background-color: #fff;
  border-radius: 2px;
}
#sectionB .badge {
  position: relative;
  margin-bottom: 20px;
}
#sectionB .badge:after {
  content: "";
  display: block;
  width: 84px;
  height: 78px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -39px;
  background-image: url(/static/assets/778ff5e5446584ecee9311baef97fbb2.svg);
  background-size: 100% auto;
  background-position: left top;
}
#sectionB .badge p {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 38px;
  padding: 0 15px 0 60px;
  margin-left: 30px;
  font-size: 18px;
  color: #60473c;
  background-color: #fff;
}
#sectionB .badge p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 20px 38px 0;
}
#sectionB .quotes {
  padding: 10px 40px;
  margin: 0 auto;
}
#sectionB .quotes:after {
  content: "";
  display: table;
  clear: both;
}
#sectionB svg {
  width: 54px;
  height: 54px;
  fill: #f9b814;
}
#sectionB .q-left {
  margin-left: -15px;
  margin-bottom: 20px;
}
#sectionB .q-right {
  float: right;
  margin-right: -15px;
}
#sectionB .source {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 22px;
}
#sectionB .source a {
  display: block;
  padding: 8px 0;
  line-height: 1.3;
  color: #111;
  text-align: center;
  border-bottom: 2px dotted #111;
}
#sectionB .source a:hover {
  padding: 8px 15px;
  color: #fff;
  border-bottom-color: transparent;
  background-color: #864e44;
  border-radius: 40px;
}
/* ----- section C ----- */
#sectionC .box {
  width: 40%;
  padding-right: 20px;
}
#sectionC .pic {
  width: 60%;
  flex-shrink: 0;
}
#sectionC .b2 {
  margin-top: 120px;
}
#sectionC .b2 .box {
  order: 2;
  padding: 0 0 0 30px;
}
#sectionC .b2 .pic {
  order: 1;
}
#sectionC .slots {
  display: flex;
  justify-content: space-evenly;
  padding: 40px 0;
}
#sectionC .slot {
  max-width: 270px;
  text-align: center;
}
#sectionC .slot img {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
#sectionC .slot h4 {
  margin: 15px 0;
  color: #62a5b1;
  font-size: 20px;
}
#sectionC .slot p {
  text-align: center;
}
/* ----- section D ----- */
#sectionD {
  color: #fff;
  background-color: #B28146;
}
#sectionD h4 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
#sectionD .clients-wpr {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#sectionD .client {
  display: block;
  height: 36px;
  font-size: 0;
  line-height: 0;
}
#sectionD .client img {
  height: 100%;
}
#sectionD .sanchung-bus {
  height: 60px;
}
#sectionD .ibus {
  height: 26px;
}
/* ----- section E ----- */
#sectionE {
  background-color: #ededed;
}
#sectionE img {
  width: 100%;
  max-width: 474px;
  margin-right: 40px;
  border-radius: 153px;
}
#sectionE .more {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  height: 40px;
  padding: 0 18px;
  color: #864e44;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#sectionE .more:hover {
  color: #fff;
  background-color: #864e44;
}
#sectionE svg {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-top: 2px;
  fill: #864e44;
}
#sectionE .more:hover svg {
  fill: #fff;
}

@media screen and (max-width: 900px) {
  section {
    padding: 70px 12px;
  }
  /* ----- section A ----- */
  #sectionA {
    padding: 30px 12px;
  }
  #sectionA .centerwpr {
    display: block;
  }
  #sectionA .box {
    width: auto;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
  }
  #sectionA p {
    text-align: center;
  }
  #sectionA .start {
    margin: 20px auto 30px auto;
  }
  #sectionA .pic {
    margin: 0 auto;
    width: 100%;
  }
  #sectionA .groupbuy {
    max-width: none;
    align-items: center;
    margin-bottom: 40px;
  }
  /* ----- section B ----- */
  #sectionB h2 {
    margin-bottom: 40px;
  }
  #sectionB .badge {
    margin-bottom: 40px;
  }
  #sectionB .quotes {
    padding: 10px 0;
  }
  #sectionB .q-left {
    margin-left: 0;
    display: none;
  }
  #sectionB .q-right {
    margin-right: 0;
    margin-top: 20px;
  }
  /* ----- section C ----- */
  #sectionC .flexbox {
    flex-direction: column;
  }
  #sectionC .box {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #sectionC .b1 .box,
  #sectionC .b2 .box {
    padding: 0;
  }
  #sectionC .box p {
    text-align: center;
  }
  #sectionC .b2 {
    margin-top: 40px;
  }
  #sectionC .pic {
    margin: 0 auto;
    width: 100%;
  }
  #sectionC .slots {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  #sectionC .slot + .slot {
    margin-top: 40px;
  }
  /* ----- section D ----- */
  #sectionD .clients-wpr {
    flex-wrap: wrap;
  }
  #sectionD .client {
    margin: 15px;
  }
  /* ----- section E ----- */
  #sectionE img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #sectionE .flexbox {
    flex-direction: column;
  }
  #sectionE .desc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sectionE .more {
    margin-top: 40px;
  }
}

