@charset "UTF-8";
/* ==================== tags ==================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
  text-align: center;
}

h3,
h4 {
  font-size: 24px;
}

p {
  line-height: 1.5;
}

/* ==================== section ==================== */
.section {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 70px 0;
  color: #333;
  font-family: Arial, "微軟正黑體";
  font-size: 18px;
  line-height: 1.5;
}

.content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.vAlignMiddle {
  text-align: center;
  font-size: 0;
}

.vAlignMiddle:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vAlignMiddle .vAlignContent {
  display: inline-block;
  vertical-align: middle;
}

.sectionNote {
  font-size: 20px;
  margin: 10px 0 30px;
  text-align: center;
}

/* ==================== banner ==================== */
#banner {
  height: 500px;
  padding-top: 90px;
  background: url("../images/bg_banner.jpg") no-repeat center center;
  color: #fff;
}

#banner .txtLayer {
  width: 820px;
}

#banner .txtLayer ul {
  font-size: 0;
  margin: 6px 0 30px;
}

#banner .txtLayer li {
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
  line-height: 1;
}

#banner .txtLayer li:first-of-type {
  padding-left: 0;
}

#banner .txtLayer li.list02 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#banner .sectionNote {
  margin: 20px 0 0;
  text-align: justify;
}

#banner strong {
  display: block;
  margin-bottom: 10px;
  padding-left: 14px;
  border-left: 5px solid #27d4ff;
  color: #27d4ff;
  font-size: 24px;
}

#banner .btnGroup {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(39, 212, 255, 0.7);
}

#banner .btnGroup ul {
  width: 1200px;
  margin: 0 auto;
}

#banner .btnGroup li {
  position: relative;
  float: left;
  width: 50%;
  margin: 25px 0;
  border-left: 1px solid #8de8ff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

#banner .btnGroup li br {
  display: none;
}

#banner .btnGroup li i {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
}

#banner .btnGroup li a {
  display: block;
  color: #fff;
}

#banner .btnGroup li.end {
  border-right: 1px solid #8de8ff;
}

#banner .btnGroup li.phoneNum a {
  cursor: default;
}

#banner .btnGroup li.goContact:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  border-bottom: 5px solid #ffff00;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width .5s;
  transition: width .5s;
}

#banner .btnGroup li.goContact:hover a {
  color: #ffff00;
}

#banner .btnGroup li.goContact:hover:before {
  width: 36%;
}

#banner .btnGroup li.goContact:hover i {
  border-color: #ffff00;
}

/* ==================== benefit ==================== */
#benefit h2 br {
  display: none;
}

#benefit .listGroup {
  margin: 0 -15px;
}

#benefit .listGroup h3 {
  margin: 10px 0;
  color: #d69a31;
}

#benefit .listGroup h3 strong {
  font-size: 30px;
}

#benefit .listGroup .list {
  float: left;
  position: relative;
  width: 33.33333%;
  height: 300px;
  padding: 0 15px;
  text-align: center;
}

#benefit .listGroup .list:before {
  position: absolute;
  top: 0;
  left: 15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 170px solid #d69a31;
  border-bottom: 100px solid transparent;
}

#benefit .listGroup .list:after {
  content: "金屬業";
  position: absolute;
  top: 10px;
  left: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

#benefit .listGroup .list ul {
  display: inline-block;
  list-style: disc outside;
  padding: 0 50px;
  text-align: justify;
}

#benefit .listGroup .list ul li {
  margin: 0 0 8px 20px;
}

#benefit .listGroup .list.list02:before {
  border-left-color: #fc5784;
}

#benefit .listGroup .list.list02:after {
  content: "香料業";
}

#benefit .listGroup .list.list02 h3 {
  color: #fc5784;
}

#benefit .listGroup .list.list03:before {
  border-left-color: #1eb4d6;
}

#benefit .listGroup .list.list03:after {
  content: "製造業";
}

#benefit .listGroup .list.list03 h3 {
  color: #1eb4d6;
}

#benefit .listGroup .outline {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  border: 1px solid #d69a31;
}

#benefit .listGroup .list02 .outline {
  border-color: #fc5784;
}

#benefit .listGroup .list03 .outline {
  border-color: #1eb4d6;
}

#benefit .goContact {
  display: block;
  margin: 30px 0 0;
  font-size: 24px;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

#benefit .goContact i {
  margin-right: 4px;
}

#benefit .goContact:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  border-bottom: 5px solid #00c3f3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

#benefit .goContact:hover {
  color: #00c3f3;
}

#benefit .goContact:hover:before {
  width: 39%;
}

/* ==================== boss ==================== */
#boss {
  padding: 50px 0 0;
  background: url("../images/bg_boss.jpg") no-repeat center bottom;
}

#boss .content {
  height: 330px;
}

#boss .txtLayer {
  width: 820px;
  margin-top: 60px;
}

#boss .txtLayer h2 {
  text-align: left;
}

#boss .txtLayer .sectionNote {
  position: relative;
  margin-top: 40px;
  padding: 0 50px;
  text-align: justify;
}

#boss .txtLayer .sectionNote:before, #boss .txtLayer .sectionNote:after {
  content: "";
  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
  color: #aaa;
}

#boss .txtLayer .sectionNote:before {
  content: "\f10d";
  top: -20px;
  left: 0;
}

#boss .txtLayer .sectionNote:after {
  content: "\f10e";
  right: 0;
  bottom: -20px;
}

#boss .txtLayer .txtStyle {
  display: block;
  text-align: right;
}

#boss .imgStyle {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ==================== contact ==================== */
#contact strong {
  color: #fe5757;
}

#contact .links {
  color: #fe5757;
}

#contact .links:hover {
  color: #ee0101;
}

#contact .highLight {
  color: #fe5757;
}

#contact .mobileStyle {
  display: none;
}

/* ==================== form ==================== */
#form {
  margin-bottom: 60px;
  border: 1px solid #ccc;
}

#form h3 {
  line-height: 50px;
  background-color: #d6d6d6;
  text-align: center;
}

.demandContent,
.basciInfo {
  padding: 30px 100px;
}

.inputTitle {
  margin-bottom: 4px;
  font-size: 20px;
}

.inputTitle .requiredHint {
  margin-right: 4px;
  color: #fe5757;
}

.inputTitle .fillHint {
  color: #888;
  font-size: 14px;
}

.inputTitle .fa {
  display: none;
  margin-left: 4px;
  color: #ffa800;
  font-size: 14px;
}

.demandCheck .outline {
  float: left;
  position: relative;
  width: 190px;
  line-height: 40px;
  margin: 0 10px 10px 0;
  text-align: center;
}

.demandCheck .outline label {
  display: block;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.demandCheck .outline label br {
  display: none;
}

.demandCheck .outline:nth-of-type(5n) {
  margin-right: 0;
}

.demandCheck .contact-demand,
.demandCheck .demandOtherCont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.demandCheck .contact-demand:checked + label,
.demandCheck .demandOtherCont:checked + label {
  background-color: #3798e4;
  color: #fff;
}

.demandCheck.noInput .inputTitle .fa {
  display: inline-block;
}

.consult-cont {
  margin-top: 30px;
}

.consult-cont #contact-query {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  font-family: Arial, "微軟正黑體";
  line-height: 27px;
}

.consult-cont .wordNum {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.basciInfo .outline {
  position: relative;
  margin-bottom: 10px;
}

.basciInfo .inputTitle {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.basciInfo .inputTitle.focus {
  top: 0;
  font-size: 16px;
  color: #3798e4;
}

.basciInfo .inputTitle.focus .requiredHint {
  color: #3798e4;
}

.basciInfo input {
  display: block;
  width: 100%;
  padding: 24px 0 4px 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 18px;
  font-family: Arial, "微軟正黑體";
}

.basciInfo input:focus {
  outline: none;
}

.basciInfo input.noInput + .inputTitle .fa {
  display: inline-block;
}

.btnBlock {
  padding: 40px 0px;
  background-color: #f2f2f2;
}

.btnBlock #submit {
  display: block;
  width: 300px;
  line-height: 50px;
  margin: auto;
  background-color: #3798e4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-family: Arial, "微軟正黑體";
  letter-spacing: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btnBlock #submit:hover {
  background-color: #0f4773;
}

.btnBlock .agreeLabel {
  font-size: 14px;
  text-align: center;
}

/* ==================== form basic ==================== */
#fromSource {
  position: absolute;
  height: 0;
  font-size: 0;
}

/* ==================== verifica ==================== */
.verifica {
  position: relative;
}

.verifica .outline {
  float: left;
  width: 170px;
}

.verifica #vericodePic {
  float: left;
  position: relative;
  width: 120px;
  margin: 10px 0 0 10px;
  padding: 0;
  background: url("/tw/eform/images/identCode.jpg") no-repeat center center;
  border: none;
  color: #555;
  font: italic bold 20px/40px Arial;
  letter-spacing: 4px;
}

.verifica .renovCode {
  float: left;
  display: block;
  width: 27px;
  height: 40px;
  margin: 10px 0 0 10px;
  background: url("/tw/eform/images/renovCode.png") no-repeat center center;
  cursor: pointer;
}

.verifica #codeSuces {
  position: absolute;
  bottom: -14px;
  left: 32px;
  font-size: 14px;
  color: #fe5757;
}

/* ==================== loading ==================== */
#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #000\9;
  color: #fff;
  font-family: Arial, "微軟正黑體", "新細明體";
  text-align: center;
}

#loading:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#loading p {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}

#loading p i {
  display: block;
  height: 24px;
  background: url("/tw/eform/images/loading.gif") no-repeat center center;
  margin-bottom: 15px;
}

/* ==================== thx ==================== */
#thx {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #000\9;
  color: #fff;
  font-family: Arial, "微軟正黑體";
  text-align: center;
}

#thx:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

#thx #thxContent {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px;
  background-color: #3798e4;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}

#thx #thxContent h3 {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}

#thx #thxContent .thxSourLoad1 {
  display: none;
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin: 30px auto 0;
  background-color: #ff7e00;
  border: 1px solid #fff;
  border-radius: 3px;
}

#thx #thxContent .thxSourLoad1 a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#thx #thxContent .thxSourLoad2 {
  display: inline-block;
  width: 150px;
  height: 45px;
}

#thx #thxparg span {
  display: block;
}

#thx .suprtCall span {
  display: block;
}

#goIndex {
  max-width: 200px;
  width: 82%;
  height: 50px;
  line-height: 50px;
  margin: 25px auto 0;
  background-color: #0f4773;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#goIndex a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

#goIndex:hover {
  background-color: #092b46;
}

.close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1c7fcc;
  line-height: 50px;
  border-radius: 0 5px 0 5px;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.close:hover {
  background-color: #16639f;
}

/* ==================== xcConfirm ==================== */
.xcConfirm .popBox .ttBox {
  height: 50px;
}

.xcConfirm .popBox .txtBox .bigIcon {
  display: none;
}

.xcConfirm .popBox .txtBox p {
  height: auto;
  text-align: center;
}

.xcConfirm .popBox .sgBtn {
  border-radius: 3px;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.xcConfirm .popBox .sgBtn:hover {
  background-color: #0f4773;
}

@media screen and (max-width: 480px) {
  /* ==================== form ==================== */
  #form {
    margin-bottom: 0;
  }
  #form .content {
    border: none;
  }
  .demandContent,
  .basciInfo {
    padding: 30px 10px;
  }
  .basciInfo input {
    padding: 24px 0 4px 4px;
  }
  .basciInfo .inputTitle {
    left: 4px;
  }
  .basciInfo .inputTitle .requiredHint {
    margin-right: 4px;
  }
  .demandCheck .outline {
    width: 50%;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 5px;
  }
  .demandCheck .outline label {
    padding: 4px 0;
  }
  .demandCheck .outline label br {
    display: block;
  }
  .demandCheck .outline:nth-of-type(odd) {
    padding-left: 0;
  }
  .demandCheck .outline:nth-of-type(even) {
    padding-right: 0;
  }
  .demandCheck .outline .othChecCont {
    line-height: 48px;
  }
  .btnBlock #submit {
    width: 90%;
  }
  .btnBlock .agreeLabel {
    margin-top: 10px;
  }
  /* ==================== verifica ==================== */
  .verifica .outline {
    width: 54%;
  }
  .verifica #vericodePic {
    width: 28%;
  }
  .verifica #codeSuces {
    left: 18px;
  }
  /* ==================== thx ==================== */
  #thx #thxContent {
    width: 90%;
    max-width: 90%;
    padding: 50px 20px;
  }
}

/* ==================== header/footer ==================== */
#nav {
  position: relative;
  z-index: 999995;
  width: 100%;
  height: 35px;
  background-color: #f4f4f4;
  font-family: Arial, "新細明體", "微軟正黑體";
}

#nav .logo {
  float: left;
  position: absolute;
  top: 3px;
}

#dgwFooter {
  width: 100%;
  padding: 13px 0 17px;
  background-color: #d9d9d9;
  border-top: 1px solid #fff;
  color: #595757;
  font-size: 13px;
  font-family: "新細明體", "微軟正黑體";
  text-align: center;
}

#dgwFooter .link01 a {
  font-size: 13px;
  color: #595757;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0 3px 0 0x;
}

#dgwFooter .link01 a a:hover {
  display: inline-block;
  padding: 0 3px 0 0;
  text-decoration: underline;
  text-align: center;
}

#dgwFooter .link01 a span {
  display: inline-block;
  font-size: 9px;
  text-align: center;
}

#dgwFooter .link02 {
  margin: 14px 0px 8px 0px;
  text-align: center;
}

#dgwFooter .link02 ul li a {
  display: inline-block;
  padding: 0 4px 0 1px;
  text-decoration: none;
  text-align: center;
}

#dgwFooter .link02 ul li a:hover {
  display: inline-block;
  padding: 0 4px 0 1px;
  text-decoration: underline;
  text-align: center;
}

#dgwFooter .link02 ul li span {
  display: inline-block;
  text-align: center;
}

#dgwFooter p {
  font-size: 13px;
  margin: 0;
  clear: both;
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  /* ==================== section ==================== */
  .section {
    min-width: 100%;
    max-width: 100%;
  }
  .content {
    width: 100%;
    padding: 0 5%;
  }
  .sectionNote {
    text-align: justify;
  }
  /* ==================== banner ==================== */
  #banner {
    height: auto;
    padding: 0;
    background-image: url("");
  }
  #banner .content {
    padding: 15% 5%;
    background: url("../images/bg_mobile_banner.jpg") no-repeat center bottom;
    background-size: cover;
  }
  #banner .txtLayer {
    width: 100%;
  }
  #banner .txtLayer ul {
    margin: 6px 0 30px 24px;
    list-style: disc outside;
  }
  #banner .txtLayer li {
    display: list-item;
    padding: 0;
    line-height: 1.5;
  }
  #banner .txtLayer li.list02 {
    border-right: none;
    border-left: none;
  }
  #banner .btnGroup {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    background-color: #27d4ff;
  }
  #banner .btnGroup ul {
    width: 100%;
  }
  #banner .btnGroup li {
    margin: 20px 0;
    border-left: none;
    line-height: 1.2;
  }
  #banner .btnGroup li br {
    display: block;
  }
  #banner .btnGroup li i {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    border-radius: 100px;
    font-size: 24px;
    line-height: 50px;
  }
  #banner .btnGroup li.end {
    border-right: none;
    border-left: 1px solid #8de8ff;
  }
  #banner .btnGroup li.goContact:before {
    display: none;
  }
  #banner .btnGroup li.goContact:hover a {
    color: #fff;
  }
  #banner .btnGroup li.goContact:hover:before {
    width: 0;
  }
  #banner .btnGroup li.goContact:hover i {
    border-color: #fff;
  }
  /* ==================== benefit ==================== */
  #benefit h2 br {
    display: block;
  }
  #benefit br.txtStyle {
    display: none;
  }
  #benefit .listGroup .list {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #benefit .listGroup .list ul {
    padding: 0 10%;
  }
  #benefit .listGroup .outline {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  #benefit .goContact:before {
    display: none;
  }
  #benefit .goContact:hover {
    color: #00c3f3;
  }
  #benefit .goContact:hover:before {
    width: 0;
  }
  /* ==================== boss ==================== */
  #boss {
    padding: 30px 0 70px;
    background-image: url("../images/bg_mobile_boss.jpg");
    background-size: cover;
  }
  #boss .content {
    height: auto;
  }
  #boss .txtLayer {
    position: relative;
    z-index: 100;
    width: 100%;
    margin-top: -25%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 2px;
  }
  #boss .txtLayer .sectionNote {
    margin: 0;
    padding: 0;
  }
  #boss .txtLayer .sectionNote:before, #boss .txtLayer .sectionNote:after {
    display: none;
  }
  #boss .imgStyle {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
  /* ==================== header/footer ==================== */
  #nav {
    height: 50px;
  }
  #nav .logo {
    top: 10px;
  }
  #dgwFooter {
    background-color: #333;
    color: #fff;
  }
  #dgwFooter .link01 {
    display: none;
  }
  #dgwFooter .link02 {
    display: none;
  }
}

@media (max-width: 360px) {
  /* ==================== banner ==================== */
  #banner .btnGroup li {
    font-size: 20px;
  }
}
