@charset "UTF-8";
.formBox b, .tableBox .td, .btnBox a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tableBox .Img img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.side_contactInfo {
  margin: 0;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.8;
  color: #2f2f2f;
}

.inquiryNote {
  /*感謝資訊*/
  margin-bottom: 30px;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #2f2f2f;
  background-color: #f1f1f1;
}

.dataTable table {
  border-collapse: collapse;
  border: 1px solid #dedede;
  border-bottom: 2px solid #94a3ad;
}

.dataTable th {
  padding: 10px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #94a3ad;
}

.dataTable td {
  padding: 10px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
}

.dataTable td input[type="text"] {
  height: 25px;
  line-height: 20px;
  border: 1px solid #d6d6d6;
  text-align: center;
}

.dataTable td a img {
  width: 50px;
  vertical-align: middle;
  margin-right: 8px;
}

.inquiryTop {
  margin-bottom: 45px;
}

.formBox {
  width: 100%;
  margin-top: 20px;
  color: #2f2f2f;
  /*字的顏色*/
  font-size: 13px;
}

.formBox li:not(:first-child) {
  margin-top: 25px;
}

.formBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.formBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  min-height: 30px;
  font-size: 15px;
}

.formBox .right {
  width: calc(100% - 95px);
  margin-right: 15px;
}

.formBox b {
  display: inline-block;
  padding: 5px 10px 0;
  font-weight: 400;
  color: #626262;
}

.formBox label {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  color: #2F2F2F;
}

.formBox em {
  color: #e61f6e;
  /*星號的顏色*/
  font-style: normal;
  font-weight: normal;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
}

.formBox input[type="text"]:focus, .formBox input[type="password"] select:focus, .formBox textarea:focus {
  outline: none;
}

.formBox input[type="text"], .formBox input[type="password"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.formBox select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  height: 45px;
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.formBox textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 150px;
  padding: 5px;
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.formBox .btn {
  margin-top: 15px;
}

.formBox .btn a {
  display: inline-block;
  vertical-align: top;
  height: 51px;
  line-height: 51px;
  padding: 0 50px;
  border: 1px solid #009944;
  background-color: #009944;
  font-size: 17px;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.formBox .btn a:hover {
  color: #009944;
  background-color: #fff;
}

/*--table--*/
.tableBox {
  display: table;
  width: 100%;
  text-align: center;
}

.tableBox .alignLeft {
  text-align: left;
}

.tableBox .alignCenter {
  text-align: center;
}

.tableBox .alignRight {
  text-align: right;
}

.tableBox .thead {
  display: table-header-group;
}

.tableBox .tbody {
  display: table-row-group;
}

.tableBox .tbody .tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.tableBox .tbody .tr:nth-child(even) {
  background-color: #eee;
}

.tableBox .tr {
  display: table-row;
}

.tableBox .th, .tableBox .td {
  display: table-cell;
  vertical-align: middle;
}

.tableBox .th {
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  letter-spacing: .1em;
  background-color: #22ac38;
}

.tableBox .td {
  min-width: 150px;
  padding: 15px 12px;
  font-size: 14px;
}

.tableBox .Img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-right: 8px;
}

.tableBox .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.tableBox .Img img:hover {
  opacity: .7;
}

.tableBox h3 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.tableBox h3 a {
  font-weight: 400;
  font-size: 14px;
  font-family: 'Noto Sans SC Sliced', sans-serif;
}

.tableBox a {
  color: #1b1b1b;
}

.tableBox a:hover {
  text-decoration: underline;
}

.tableContentBox {
  position: relative;
}

.tableContent {
  position: relative;
  width: 100%;
  overflow-x: auto;
  cursor: move;
}

.m_compare {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.m_compare .cloned {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  text-align: center;
}

.m_compare .cloned:nth-child(odd) {
  background-color: #f8f8f8;
}

.m_compare .cloned:nth-child(even) {
  background-color: #eee;
}

.btnBox {
  /*送出按鈕*/
  display: inline-block;
  margin-top: 40px;
}

.btnBox a {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: top;
  height: 51px;
  line-height: 51px;
  padding: 0 50px;
  border: 1px solid #22ac38;
  background-color: #22ac38;
  font-size: 17px;
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.btnBox a:hover {
  color: #22ac38;
  background-color: #fff;
}

/*驗證碼*/
.checkArea {
  padding-top: 25px;
  clear: both;
}

.checkArea .sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.checkArea p.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: '微軟正黑體';
  color: #999;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
}

.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  padding: 7px 15px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.error {
  -webkit-box-shadow: 0 0 10px #f00;
          box-shadow: 0 0 10px #f00;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
  /*整個驗證碼區*/
}

.QapTcha .clr {
  clear: both;
}

.QapTcha .bgSlider {
  /*滑軌*/
  float: left;
  width: 200px;
  height: 34px;
  border-radius: 6px;
  background: #45484d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDU0ODRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  background: -webkit-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(-45deg, #45484d 0%, #000000 100%);
  background: -webkit-linear-gradient(315deg, #45484d 0%, #000000 100%);
  background: -o-linear-gradient(315deg, #45484d 0%, #000000 100%);
  background: linear-gradient(135deg, #45484d 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=1);
}

.QapTcha .Slider {
  /*按鈕*/
  position: relative;
  top: 2px;
  left: 0;
  z-index: 99;
  width: 45px;
  height: 30px;
  background: transparent url("../Scripts/Qaptcha/but-arrow.gif") no-repeat;
  cursor: pointer;
}

.checkArea p.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: '微軟正黑體';
  color: #999;
}

.QapTcha .dropSuccess {
  /*成功*/
  color: #4e8b37;
}

.QapTcha .dropError {
  /*錯誤*/
  display: none;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
