/* 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 顏色 */
body.sensor {
  background-color: #fff;
}
h2 {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 500;
}
h3 {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 500;
}
h4 {
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 500;
}
strong {
  color: #2D97AA;
  font-weight: normal;
}
img {
  max-width: 100%;
}
.flexbox {
  display: flex;
}
.block {
  flex: 1;
  position: relative;
}
/* ----- sectionA: 主圖 ----- */
#sectionA {
  padding: 0;
  background-color: #fff;
}
#sectionA .ratiowpr {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
#sectionA .cover {
  position: relative;
  height: 0;
  padding-top: 56%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sectionA .title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
#sectionA h1 {
  margin-bottom: 5px;
  color: #60473C;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}
#sectionA h2 {
  color: #B28146;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
/* ----- sectionB: features ----- */
#sectionB {
  padding: 70px 20px;
  background-color: #62a5b1;
}
#sectionB .features {
  display: flex;
  text-align: center;
}
#sectionB .block {
  padding: 10px;
}
#sectionB .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
}
#sectionB img {
  width: 100%;
}
#sectionB p {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
/* ----- sectionC: 半導體晶片技術的優勢 ----- */
#sectionC .centerwpr {
  align-items: center;
}
#sectionC .b1 {
  padding-right: 50px;
}
#sectionC .b2 img {
  max-width: 450px;
  border-radius: 2px;
}
/* ----- sectionD: 針對不同使用族群研發 ----- */
#sectionD {
  background-color: #f4f4f4;
}
#sectionD .centerwpr {
  align-items: center;
}
#sectionD .b1 {
  align-items: flex-start;
}
#sectionD .b1 .set {
  padding: 0 10px;
  text-align: center;
}
#sectionD .b1 .logo {
  width: 100px;
  height: 46px;
  margin: 0 auto;
}
#sectionD .b1 p {
  padding: 0 3px;
  text-align: center;
  font-size: 15px;
}
#sectionD .b2 {
  padding-left: 50px;
}
/* ----- sectionE: 獲得精準的測量結果 ----- */
#sectionE .centerwpr {
  align-items: center;
}
#sectionE .b2 {
  max-width: 420px;
  padding-left: 50px;
  box-sizing: border-box;
}
#sectionE .b2 img {
  position: relative;
  top: -20px;
}
/* ----- sectionF: 半導體式感測器感測原理 ----- */
#sectionF {
  background-color: #f4f4f4;
}
#sectionF h2 {
  text-align: center;
  margin-bottom: 40px;
}
#sectionF h3 {
  padding-bottom: 2px;
  display: inline-block;
  font-size: 22px;
  color: #60473c;
  border-bottom: 5px solid #b28146;
}
#sectionF .block {
  max-width: 968px;
  margin: 0 auto;
}
#sectionF .chart-icon {
  flex-shrink: 0;
  object-fit: contain;
}
#sectionF .heating .flexbox {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#sectionF .heating .chart-icon {
  max-width: 125px;
}
#sectionF .calibration {
  margin-top: 60px;
}
#sectionF .calibration h3 {
  margin-bottom: 30px;
}
#sectionF .calibration h4 {
  margin-bottom: 10px;
  font-size: 19px;
  text-align: center;
}
#sectionF .calibration .desc {
  padding-right: 50px;
}
#sectionF .calibration p + p {
  margin-top: 5px;
}
#sectionF .calibration .chart-icon {
  max-width: 320px;
}
#sectionF .calibration .f1 {
  margin-bottom: 30px;
}
#sectionF .calibration .f2 {
  margin: 0 -15px;
}
#sectionF .calibration .block {
  padding: 0 15px;
}
/* ----- RWD ----- */
@media screen and (max-width: 800px) {
  section {
    padding: 70px 12px;
  }
  section .block + .block {
    margin-top: 50px;
  }
  h2 {
    text-align: center;
  }
  /* ----- section A: 主圖 ----- */
  #sectionA .cover {
    padding-top: 90%;
    background-size: auto 100%;
    background-position: left top;
  }
  /* ----- sectionB: features ----- */
  #sectionB .features {
    display: block;
  }
  #sectionB .block {
    padding: 0;
  }
  /* ----- sectionC: 半導體晶片技術的優勢 ----- */
  #sectionC .centerwpr {
    display: block;
  }
  #sectionC .b1 {
    padding-right: 0;
  }
  #sectionC .b2 img {
    max-width: 100%;
    margin: 0 auto;
  }
  /* ----- sectionD: 針對不同使用族群研發 ----- */
  #sectionD .centerwpr {
    flex-direction: column;
  }
  #sectionD .b1 {
    order: 2;
    margin-top: 50px;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  #sectionD .b1 .set {
    padding: 0;
  }
  #sectionD .b1 .set + .set {
    margin-top: 50px;
  }
  #sectionD .b1 p {
    padding: 0;
  }
  #sectionD .b2 {
    order: 1;
    margin-top: 0;
    padding-left: 0;
  }
  /* ----- sectionE: 獲得精準的測量結果 ----- */
  #sectionE .centerwpr {
    display: block;
  }
  #sectionE .b2 {
    padding-left: 0;
    margin: 40px auto 0 auto;
    max-width: 500px;
  }
  #sectionE .b2 img {
    top: 0;
  }
  /* ----- sectionF: 半導體式感測器感測原理 ----- */
  #sectionF h3 {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: none;
  }
  #sectionF .heating .flexbox {
    flex-direction: column;
  }
  #sectionF .heating .chart-icon {
    max-width: 170px;
  }
  #sectionF .calibration .f1 {
    flex-direction: column;
  }
  #sectionF .calibration .desc {
    padding-right: 0;
    margin-bottom: 30px;
  }
  #sectionF .calibration .chart-icon {
    align-self: center;
    max-width: 350px;
  }
  #sectionF .calibration .f2 {
    margin: 0;
    flex-direction: column;
  }
  #sectionF .calibration .block {
    padding: 0;
    max-width: 350px;
  }
  #sectionF .calibration .block + .block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 400px) {
  #sectionA .title h1 {
    font-size: 38px;
  }
  #sectionA .title h2 {
    font-size: 18px;
  }
}

