@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #region custom */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body, input, textarea, select, button {
  font-family: Helvetica, Arial, 'Heiti TC', 'Microsoft JhengHei', sans-serif;
}

/* #endregion custom */
/* #region function */
/* #endregion function */
/* #region mixin */
/* #endregion mixin */
/* #region extend */
.application-lists:before, #form .demandCheck:before, #form .verifica:before {
  display: table;
  content: '';
}
.application-lists:after, #form .demandCheck:after, #form .verifica:after {
  display: table;
  clear: both;
  content: '';
}

/* #endregion extend */
/* #region all */
html {
  min-width: 1200px;
}

p {
  text-align: justify;
}

img {
  max-width: 100%;
}

article {
  padding-top: 66px;
}

.articleTitle {
  text-align: center;
  font-size: 2.25rem;
  line-height: 44px;
}

.articleContent {
  font-size: 1.25rem;
  line-height: 30px;
}

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

@media (max-width: 480px) {
  html {
    min-width: 0;
  }

  article {
    padding-top: 38px;
  }

  .articleTitle {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .content {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }
}
/* #endregion all */
/* #region top */
#top {
  height: 35px;
  background-color: #f4f4f4;
}
#top .content {
  position: relative;
  height: inherit;
}
#top .logo {
  position: absolute;
  top: 3px;
}
#top a {
  display: block;
  width: 90px;
  height: inherit;
}

@media (max-width: 480px) {
  #top {
    height: 50px;
  }
  #top .content {
    padding: 0 5%;
    width: 100%;
  }
  #top .logo {
    top: 10px;
  }
}
/* #endregion 頁首 */
/* #region footer */
#dgwFooter {
  padding: 13px 0 17px;
  width: 100%;
  border-top: 1px solid #fff;
  background-color: #d9d9d9;
  color: #595757;
  text-align: center;
  font-size: 13px;
}
#dgwFooter .link01 a {
  display: inline-block;
  padding: 0 3px 0 0x;
  color: #595757;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}
#dgwFooter .link01 a a:hover {
  display: inline-block;
  padding: 0 3px 0 0;
  text-align: center;
  text-decoration: underline;
}
#dgwFooter .link01 a span {
  display: inline-block;
  text-align: center;
  font-size: 9px;
}
#dgwFooter .link02 {
  margin: 14px 0 8px 0;
  text-align: center;
}
#dgwFooter .link02 ul li a {
  display: inline-block;
  padding: 0 4px 0 1px;
  color: #595757;
  text-align: center;
  text-decoration: none;
}
#dgwFooter .link02 ul li a:hover {
  display: inline-block;
  padding: 0 4px 0 1px;
  text-align: center;
  text-decoration: underline;
}
#dgwFooter .link02 ul li span {
  display: inline-block;
  text-align: center;
}
#dgwFooter p {
  clear: both;
  margin: 0;
  text-align: center;
  font-size: 13px;
}
#dgwFooter img {
  vertical-align: middle;
}

@media (max-width: 480px) {
  #dgwFooter {
    background-color: #333;
    color: #fff;
  }
  #dgwFooter .link01,
  #dgwFooter .link02 {
    display: none;
  }
}
/* #endregion footer */
/* #region loading */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
}
#loading:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
#loading p {
  display: inline-block;
  margin: 0 auto;
  width: 90%;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}
#loading p i {
  display: block;
  margin-bottom: 15px;
  height: 24px;
  background: url("/tw/dsc/images/Eform/loading.gif") no-repeat center center;
}

/* #endregion loading */
/* #region nav */
.nav {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 4;
  display: none;
  height: 60px;
  background-color: #003278;
}
.nav.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  background-color: inherit;
}
.nav li {
  width: calc(100% / 6);
  height: inherit;
  border-right: 1px solid #fff;
}
.nav li:first-child {
  border-left: 1px solid #fff;
}
.nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav a.active {
  background-color: #f26041;
}
.nav a br {
  display: none;
}

.nav-content {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 480px) {
  .nav {
    position: static;
    display: block;
  }
  .nav.fixed + * {
    margin-top: 60px;
  }
  .nav a br {
    display: block;
  }
}
@media (min-width: 481px) {
  .nav a:hover {
    background-color: #f26041;
  }
}
@media (min-width: 481px) and (max-width: 1200px) {
  .nav.fixed ul {
    width: auto;
  }
}
/* #endregion nav */
/* #region video */
.player-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
.player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nextArrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 1;
  opacity: .8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nextArrow.is-nofixed {
  position: absolute;
}

@media (max-width: 480px) {
  .nextArrow {
    display: none;
  }
}
/* #endregion video */
/* #region 縮短交期 */
.shorten {
  position: relative;
  margin: 0 auto;
  height: 510px;
  background: url('../images/02/shorten-bg.jpg?1542036514') 50% no-repeat;
}
.shorten hgroup {
  margin-bottom: 24px;
}
.shorten h1 {
  margin-bottom: 22px;
}
.shorten h2 {
  color: #003278;
  text-align: center;
  font-size: 1.5rem;
}
.shorten p {
  width: 1004px;
}

@media (max-width: 480px) {
  .shorten {
    padding-bottom: 95px;
    height: auto;
    background-image: url('../images/02/shorten-bg-mb.jpg?1542036514');
    background-position: -155px 100%;
  }
  .shorten h2 {
    text-align: left;
    line-height: 30px;
  }
  .shorten p {
    width: auto;
  }
}
/* #endregion 縮短交期 */
/* #region 應用效益 */
.application {
  padding-bottom: 80px;
  background-color: #f2f1ed;
}

.application-title {
  margin-bottom: 14px;
}

.application-content {
  margin-bottom: 32px;
}

.application-lists .list {
  position: relative;
  float: left;
  overflow: hidden;
  width: calc((100% - (27px * 3)) / 4);
  color: #fff;
}
.application-lists .list:nth-of-type(1) .outline01 {
  background-image: url('../images/02/application-bg1.png?1542036514');
}
.application-lists .list:nth-of-type(2) .outline01 {
  background-image: url('../images/02/application-bg2.png?1542036514');
}
.application-lists .list:nth-of-type(3) .outline01 {
  background-image: url('../images/02/application-bg3.png?1542036514');
}
.application-lists .list:nth-of-type(4) .outline01 {
  background-image: url('../images/02/application-bg4.png?1542036514');
}
.application-lists .list:not(:last-child) {
  margin-right: 27px;
}
.application-lists .list > div {
  position: relative;
}
.application-lists .list h3 {
  position: relative;
  height: 60px;
  background-color: #14546f;
  text-align: center;
  font-size: 1.875rem;
  line-height: 60px;
}
.application-lists .list h3::after {
  position: absolute;
  bottom: -8px;
  left: 30px;
  z-index: 3;
  width: 0;
  height: 0;
  border-top: 8px solid #14546f;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: '';
}
.application-lists .list .arrow {
  position: absolute;
  top: 0;
  right: 6px;
  display: none;
  width: 40px;
  height: 100%;
  border-left: 1px dashed #38809e;
  color: #38809e;
  text-align: center;
}
.application-lists .list .arrow i {
  position: absolute;
  top: 50%;
  font-size: 1.5rem;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.application-lists .list .arrow i.down {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.application-lists .outline {
  position: relative;
  padding: 24px 23px 0;
  width: 100%;
}
.application-lists .outline h4 {
  color: #ff0;
  font-weight: bold;
  font-size: 1.25rem;
}
.application-lists .outline hr {
  margin: 10px 0 12px;
  width: 20px;
  height: 2px;
  border: 0;
  background-color: #82d6e3;
}
.application-lists .outline p {
  line-height: 27px;
}
.application-lists .outline .more,
.application-lists .outline .goContact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #ffae00;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}
.application-lists .outline .more:hover,
.application-lists .outline .goContact:hover {
  background-color: #ff9000;
}
.application-lists .outline ul {
  padding-left: 1em;
  list-style: disc;
  line-height: 27px;
}
.application-lists .outline01 {
  height: 330px;
  background-color: #05acc7;
  background-position: 100% 155px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 6px 10px transparent;
  box-shadow: 0 6px 10px transparent;
  -webkit-transition: -webkit-box-shadow .5s .2s;
  transition: -webkit-box-shadow .5s .2s;
  transition: box-shadow .5s .2s;
  transition: box-shadow .5s .2s, -webkit-box-shadow .5s .2s;
}
.application-lists .outline02 {
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: 330px;
  background-color: #0091d4;
}

@media (max-width: 480px) {
  .application-lists .list {
    width: 100%;
  }
  .application-lists .list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 9px;
  }
}
/* #endregion 應用效益 */
/* #region 價值服務 */
.worth-articleTitle {
  margin-bottom: 46px;
}
.worth-articleTitle i {
  color: #05acc7;
}

.worth-main {
  position: relative;
}

.worth-main-articleContent {
  margin-bottom: 80px;
  width: 784px;
}

.worth-main-chart1 {
  position: absolute;
  top: 0;
  right: 0;
}
.worth-main-chart1 figcaption {
  margin-top: 7px;
  text-align: center;
}

.worth-main-chart2 {
  display: block;
}

.worth-main-btn {
  display: block;
  max-width: 360px;
  border: 1px solid #05acc7;
  border-radius: 5px;
  color: #05acc7;
  text-align: center;
  font-size: 1.25rem;
  line-height: 38px;
  -webkit-transition: color .5s, background-color .5s;
  transition: color .5s, background-color .5s;
  margin: 96px auto 80px;
}
@media (min-width: 481px) {
  .worth-main-btn:hover {
    background-color: #05acc7;
    color: #fff;
  }
}

@media (max-width: 480px) {
  .worth-articleTitle {
    margin-bottom: 29px;
  }
  .worth-articleTitle br {
    display: none;
  }

  .worth-main-articleContent {
    margin-bottom: 22px;
    width: 100%;
  }

  .worth-main-chart1 {
    position: static;
    top: auto;
    right: auto;
    margin-bottom: 37px;
    text-align: center;
  }

  .worth-main-chart2 {
    text-align: center;
  }

  .worth-main-btn {
    margin-top: 33px;
    margin-bottom: 51px;
  }
}
/* #endregion 價值服務 */
/* #region 企業實證 */
.corporate {
  padding: 48px 0;
  background: url('../images/02/corporate-bg.png?1542036514') 50% no-repeat;
}

.corporate-content {
  padding-right: 77px;
  padding-left: 96px;
}

.corporate-articleTitle {
  margin-bottom: 31px;
}

.corporate-articleContent {
  margin-bottom: 52px;
  text-align: center;
}

.corporate-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corporate-main-illust {
  width: 560px;
  height: 316px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.corporate-main-list dt,
.corporate-main-list dd {
  line-height: 30px;
}
.corporate-main-list dt {
  position: relative;
  display: block;
  margin-bottom: 7px;
  color: #05acc7;
  font-weight: bold;
  font-size: 1.5rem;
}
.corporate-main-list dt::before {
  position: absolute;
  left: -14px;
  width: 6px;
  height: 26px;
  background-color: #05acc7;
  content: '';
}
.corporate-main-list dd {
  margin-bottom: 19px;
  font-size: 1.25rem;
}

.corporate-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  margin: 0 auto;
  width: 976px;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.corporate-btns li {
  width: calc((100% - (32px * 3)) / 4);
}
.corporate-btns a {
  display: block;
  max-width: 100%;
  border: 1px solid #05acc7;
  border-radius: 5px;
  color: #05acc7;
  text-align: center;
  font-size: 1.25rem;
  line-height: 38px;
  -webkit-transition: color .5s, background-color .5s;
  transition: color .5s, background-color .5s;
  padding: 0 8px;
}
@media (min-width: 481px) {
  .corporate-btns a:hover {
    background-color: #05acc7;
    color: #fff;
  }
}
.corporate-btns a br {
  display: none;
}

@media (max-width: 480px) {
  .corporate {
    background: #f2f1ed;
  }

  .corporate-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .corporate-articleContent {
    margin-bottom: 45px;
    text-align: left;
  }

  .corporate-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 23px;
  }

  .corporate-main-illust {
    margin-bottom: 37px;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .corporate-main-list {
    margin-left: 25px;
  }

  .corporate-btns {
    padding: 0 15px;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .corporate-btns li {
    width: calc((100% - 17px) / 2);
    height: 80px;
  }
  .corporate-btns li:nth-child(-n + 2) {
    margin-bottom: 17px;
  }
  .corporate-btns li:nth-child(2n + 1) {
    margin-right: 17px;
  }
  .corporate-btns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 1.375rem;
    line-height: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .corporate-btns a br {
    display: block;
  }
}
/* #endregion 企業實證 */
/* #region 諮詢表單 */
#contact {
  position: relative;
  margin: 0 auto;
  padding: 47px 0;
  min-width: 1200px;
  max-width: 1920px;
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}
#contact .title {
  text-align: center;
  font-size: 36px;
}
#contact .sectionDesc-center {
  margin: 0 auto 30px;
  padding: 0 140px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
#contact .sectionDesc-center a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
  color: #ffae00;
  vertical-align: super;
  font-size: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .sectionDesc-center a::before {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #ffae00;
  border-radius: 50%;
  content: '\f095';
  text-align: center;
  font: normal normal normal 18px/1 FontAwesome;
  line-height: 30px;
}
#contact .links {
  color: #fe5757;
}
#contact .links:hover {
  color: #ee0101;
}
#contact .highLight {
  color: #fe5757;
}
#contact .mobileStyle {
  display: none;
}

#form {
  border: 1px solid #ccc;
}
#form h3 {
  background-color: #d6d6d6;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
#form .inforCheck,
#form .demandContent,
#form .basciInfo {
  padding: 30px 100px;
}
#form .inforCheck {
  background-color: #e23f0b;
  color: #fff;
}
#form .inforCheck .outline {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
  text-align: left;
  line-height: 30px;
}
#form .inforCheck .oneline {
  position: relative;
  float: left;
  clear: both;
  margin: 20px 5px 5px 0;
  width: 100%;
  text-align: left;
  line-height: 30px;
}
#form .inforCheck label {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ff0;
  font-size: 20px;
}
#form .inputTitle {
  margin-bottom: 4px;
  font-size: 20px;
}
#form .inputTitle .requiredHint {
  margin-right: 4px;
  color: #fe5757;
}
#form .inputTitle .fillHint {
  color: #888;
  font-size: 14px;
}
#form .inputTitle .fa {
  display: none;
  margin-left: 4px;
  color: #ffa800;
  font-size: 14px;
}
#form .demandCheck .outline {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  width: 190px;
  text-align: center;
  line-height: 40px;
}
#form .demandCheck .outline label {
  display: block;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}
#form .demandCheck .outline label br {
  display: none;
}
#form .demandCheck .outline:nth-of-type(5n) {
  margin-right: 0;
}
#form .demandCheck .contact-demand,
#form .demandCheck .demandOtherCont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
#form .demandCheck .contact-demand:checked + label,
#form .demandCheck .demandOtherCont:checked + label {
  background-color: #3798e4;
  color: #fff;
}
#form .demandCheck.noInput .inputTitle .fa {
  display: inline-block;
}
#form .consult-cont {
  margin-top: 30px;
}
#form .consult-cont #contact-query {
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  font-family: Arial, '微軟正黑體';
  line-height: 27px;
}
#form .consult-cont .wordNum {
  margin: 0 0 0 10px;
  font-size: 14px;
}
#form .basciInfo .outline {
  position: relative;
  margin-bottom: 10px;
}
#form .basciInfo .inputTitle {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}
#form .basciInfo .inputTitle.focus {
  top: 0;
  color: #3798e4;
  font-size: 16px;
}
#form .basciInfo .inputTitle.focus .requiredHint {
  color: #3798e4;
}
#form .basciInfo input {
  display: block;
  padding: 24px 0 4px 30px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  background-color: transparent;
  font-size: 18px;
  font-family: Arial, '微軟正黑體';
}
#form .basciInfo input:focus {
  outline: none;
}
#form .basciInfo input.noInput + .inputTitle .fa {
  display: inline-block;
}
#form .btnBlock {
  padding: 40px 0;
  background-color: #f2f2f2;
}
#form .btnBlock #submit {
  display: block;
  margin: auto;
  width: 300px;
  border: none;
  border-radius: 3px;
  background-color: #3798e4;
  color: #fff;
  letter-spacing: 5px;
  font-size: 24px;
  font-family: Arial, '微軟正黑體';
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}
#form .btnBlock #submit:hover {
  background-color: #0f4773;
}
#form .btnBlock .agreeLabel {
  text-align: center;
  font-size: 14px;
}
#form #fromSource {
  position: absolute;
  height: 0;
  font-size: 0;
}
#form .verifica {
  position: relative;
}
#form .verifica .outline {
  float: left;
  width: 170px;
}
#form .verifica #vericodePic {
  position: relative;
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
  width: 120px;
  border: none;
  background: url("https://static.digiwin.com/tw/dsc/images/Eform/identCode.jpg") no-repeat center center;
  color: #555;
  letter-spacing: 4px;
  font: italic bold 20px/40px Arial;
}
#form .verifica .renovCode {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: 27px;
  height: 40px;
  background: url("https://static.digiwin.com/tw/dsc/images/Eform/reloadDark.png") no-repeat center center;
  cursor: pointer;
}
#form .verifica #codeSuces {
  position: absolute;
  bottom: -14px;
  left: 32px;
  color: #fe5757;
  font-size: 14px;
}

#thx {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  text-align: center;
}
#thx:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
  text-align: center;
}
#thx p {
  text-align: center;
  line-height: 1.5;
}
#thx .suprtCall span {
  display: block;
}
#thx #thxContent {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 50px;
  max-width: 500px;
  width: 50%;
  border-radius: 5px;
  background-color: #3798e4;
  vertical-align: middle;
  text-align: center;
}
#thx #thxContent .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 0 5px 0 5px;
  background-color: #1c7fcc;
  font-size: 24px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}
#thx #thxContent .close:hover {
  background-color: #16639f;
}
#thx #thxContent .title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 30px;
}
#thx #thxContent .thxSourLoad1 {
  display: none;
  margin: 30px auto 0;
  width: 200px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #ff7e00;
  line-height: 45px;
}
#thx #thxContent .thxSourLoad1 a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#thx #thxContent .thxSourLoad2 {
  display: inline-block;
  width: 150px;
  height: 45px;
}
#thx #goIndex {
  margin: 25px auto 0;
  max-width: 200px;
  width: 82%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #0f4773;
  line-height: 50px;
  -webkit-transition: .5s;
  transition: .5s;
}
#thx #goIndex a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.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: .5s;
  transition: .5s;
}

@media (max-width: 480px) {
  #contact {
    min-width: 100%;
    max-width: 100%;
  }
  #contact .title {
    text-align: justify;
    font-size: 30px;
  }
  #contact .sectionDesc-center {
    padding: 0;
    text-align: justify;
  }
  #contact .sectionDesc-center a {
    font-size: 20px;
  }

  #form {
    margin-bottom: 0;
  }
  #form .content {
    border: none;
  }
  #form .inforCheck,
  #form .demandContent,
  #form .basciInfo {
    padding: 30px 10px;
  }
  #form .inforCheck label {
    padding-left: 30px;
  }
  #form .inforCheck label input {
    margin-left: -20px;
  }
  #form .basciInfo input {
    padding: 24px 0 4px 4px;
  }
  #form .basciInfo .inputTitle {
    left: 4px;
  }
  #form .basciInfo .inputTitle .requiredHint {
    margin-right: 4px;
  }
  #form .demandCheck .outline {
    margin: 0 0 10px 0;
    padding: 0 5px;
    width: 50%;
    line-height: 24px;
  }
  #form .demandCheck .outline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0;
    height: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #form .demandCheck .outline label br {
    display: block;
  }
  #form .demandCheck .outline:nth-of-type(odd) {
    padding-left: 0;
  }
  #form .demandCheck .outline:nth-of-type(even) {
    padding-right: 0;
  }
  #form .demandCheck .outline .othChecCont {
    line-height: 48px;
  }
  #form .btnBlock #submit {
    width: 90%;
  }
  #form .btnBlock .agreeLabel {
    margin-top: 10px;
  }
  #form .verifica .outline {
    width: 54%;
  }
  #form .verifica #vericodePic {
    width: 28%;
  }
  #form .verifica #codeSuces {
    left: 18px;
  }

  #thx #thxContent {
    padding: 50px 20px;
    max-width: 90%;
    width: 90%;
  }
}
@media (min-width: 481px) {
  #thx #goIndex:hover {
    background-color: #092b46;
  }

  .xcConfirm .popBox .sgBtn:hover {
    background-color: #0f4773;
  }
}
/* #endregion 諮詢表單 */



/*# sourceMappingURL=WB00286002.css.map */
