/* 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: 14px;
}
.contact-infobox .title {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #60473c;
  border-radius: 4px 4px 0 0;
}
.contact-infobox p {
  display: flex;
  align-items: center;
}
.contact-infobox .qr-code {
  display: block;
  margin: 0 auto;
  width: 180px;
  margin-top: 6px;
  border: 6px solid #fff;
  border-radius: 6px;
}
.contact-infobox .qr-code img {
  display: block;
  width: 100%;
}
.contact-infobox .mark {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 4px 8px;
  margin-right: 8px;
  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;
  overflow-y: auto;
  box-sizing: border-box;
}
#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;
}
#mobileMenu .contact-infobox p br {
  display: none;
}
.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 顏色 */
body.help {
  background-color: #f9f4ee;
}
body.help.enterprise #mainHeader {
  display: none;
}
body.help.enterprise #mainContent {
  margin-top: 0;
}
#mainContent {
  padding: 40px 0;
}
#mainContent h2 {
  margin-bottom: 10px;
  padding: 6px;
  font-size: 19px;
  font-weight: 500;
  color: #60473c;
  text-align: center;
}
#mainContent .centerwpr {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}
#mainContent .centerwpr.enterprise {
  max-width: 760px;
  flex-direction: column;
}
#mainContent .centerwpr.enterprise h2 {
  align-self: center;
  padding: 7px 20px;
  min-width: 160px;
  position: relative;
  top: -5px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
  background-color: #734a40;
  border-radius: 20px;
  border: none;
}
#mainContent .tabswpr {
  margin-right: 6%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}
#mainContent .tab-item {
  padding: 6px 10px;
  min-width: 160px;
  text-align: center;
  color: #60473c;
  border-radius: 20px;
  cursor: pointer;
}
#mainContent .tab-item:hover {
  background-color: #fff;
}
#mainContent .tab-item + .tab-item {
  margin-top: 5px;
}
#mainContent .tab-item.current {
  color: #fff;
  background-color: #734a40;
}
#mainContent #tabContent {
  flex: 1;
}
#mainContent .slot {
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #ecd7bc;
}
#mainContent .slot + .slot {
  margin-top: 15px;
}
#mainContent .slot-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  font-size: 18px;
  color: #845137;
  background-color: #fbedda;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 4px;
}
#mainContent .slot-q:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: relative;
  flex-shrink: 0;
  border-left: 2px solid #845137;
  border-bottom: 2px solid #845137;
  transform: rotate(-45deg);
  pointer-events: none;
}
#mainContent .expand .slot-q:after {
  transform: rotate(135deg);
  top: 3px;
}
#mainContent .slot-a {
  height: 0;
  overflow: hidden;
  transition: 300ms;
  transition-property: height;
}
#mainContent .slot-a .innerwpr {
  padding: 20px 30px 25px 30px;
  border-top: 1px solid #ecd7bc;
}
#mainContent .slot-a ul {
  padding-left: 14px;
}
#mainContent .slot-a li {
  list-style: disc;
  color: #845137;
}
#mainContent .slot-a li + li {
  margin-top: 10px;
}
#mainContent .slot-a p {
  color: #333;
}
#mainContent .slot-a p + p {
  margin-top: 10px;
}
#mainContent .videowpr {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
#mainContent .videowpr iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#mainContent .videowpr + .slot {
  margin-top: 15px;
}
#mainContent .slot + .videowpr {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  #mainContent .centerwpr.regular {
    flex-direction: column;
  }
  #mainContent .tabswpr {
    margin-right: 0;
    position: relative;
    top: auto;
    align-self: stretch;
    margin-bottom: 20px;
  }
  #mainContent .tabswpr h2 {
    margin-top: -20px;
    margin-bottom: 15px;
  }
  #mainContent .slot-q {
    padding: 12px 20px;
    font-size: 16px;
  }
  #mainContent .slot-a .innerwpr {
    padding: 20px 20px 25px 20px;
  }
}

