@charset "UTF-8";
.mainArea {
  background: url(../images/ins_bg.jpg) no-repeat top/cover;
}
.mainArea.ins {
  padding: 30px 0 118px;
}
.mainArea .title {
  position: relative;
  color: #1c1c1c;
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald";
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 8px;
}
.mainArea .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 77px;
  height: 3px;
  background-color: #226b48;
}

.titleBox {
  padding-top: 36px;
  margin: 0 auto 30px;
}
.titleBox h1 {
  text-transform: uppercase;
}

.dataTable .title {
  margin-bottom: 25px;
}
.dataTable .footable {
  border-collapse: separate;
  border-spacing: 0 10px;
  table-layout: auto;
  text-align: left;
}
.dataTable .footable thead th {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
  background-color: #4d9673;
  letter-spacing: 1.5px;
}
.dataTable .footable thead th:first-child {
  border-radius: 0 0 0 20px;
}
.dataTable .footable thead th:last-child {
  border-radius: 0 20px 0 0;
}
.dataTable .footable thead th:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #83b69d;
}
.dataTable .footable tbody tr {
  position: relative;
  background-color: #fff;
}
.dataTable .footable tbody td {
  position: relative;
  vertical-align: middle;
  word-break: break-all;
  padding: 36.4px 20px;
}
.dataTable .footable tbody td.category {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 0 0 20px;
  letter-spacing: 0.3px;
}
.dataTable .footable tbody td.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #226b48;
  font-size: 20px;
  font-weight: 700;
  font-family: "Oswald";
  letter-spacing: 0.5px;
}
.dataTable .footable tbody td.product img {
  width: 103px;
  border-radius: 20px;
  margin-right: 28px;
}
.dataTable .footable tbody td.productId, .dataTable .footable tbody td.packSize {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.dataTable .footable tbody td.quantity {
  position: relative;
  color: #4d9673;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 20px 0 0;
}
.dataTable .footable tbody td.quantity .bntBox {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 42px;
}
.dataTable .footable tbody td.quantity .bntBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 1px;
  background-color: #ccc;
}
.dataTable .footable tbody td.quantity button {
  width: 20px;
  height: 20px;
  background: url(../images/icon/arrow_top_icon_2.png) no-repeat center;
  background-size: 8px 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .dataTable .footable tbody td.quantity button:hover {
    background: url(../images/icon/arrow_top_icon_2_hover.png) no-repeat center;
  }
}
.dataTable .footable tbody td.quantity .downBtn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dataTable .footable tbody td.footable-row-detail-cell {
  padding: 10px 20px;
}
@media (min-width: 1025px) {
  .dataTable .footable tbody td:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 74%;
    background-color: #e4e3e3;
  }
}
@media (max-width: 1024px) {
  .dataTable .footable tbody td {
    padding: 20px;
  }
  .dataTable .footable tbody td.product {
    font-size: 18px;
  }
  .dataTable .footable tbody td.product img {
    width: 80px;
  }
}
.dataTable .footable tbody input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 136px;
  height: 56px;
  color: #226b48;
  font-size: 16px;
  font-weight: 700;
  border: 3px solid #b7d4c6;
  border-radius: 50px;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .dataTable .footable tbody input {
    width: 120px;
    height: 40px;
  }
}
.dataTable .footable.breakpoint > tbody > tr > td > span.footable-toggle {
  color: #4d9673;
  padding-right: 10px;
}

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

.formBox {
  color: #2f2f2f;
  font-size: 13px;
  margin-top: 54px;
  padding-top: 45px;
  border-top: 1px solid #c7c6c6;
}
.formBox .title {
  margin-bottom: 34px;
}
.formBox .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #2f2f2f;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1199px) {
  .formBox .formList {
    display: block;
  }
}
.formBox .formList [class^=g-] {
  float: none;
}
.formBox .formList .formItem {
  padding: 18px 10px;
}
@media (max-width: 1200px) {
  .formBox .formList .formItem {
    padding: 10px;
  }
}
.formBox .formList .formItem.firstName .left {
  width: 102px;
}
.formBox .formList .formItem.firstName .right {
  width: calc(100% - 102px);
}
.formBox .formList .formItem.lastName .left {
  width: 99px;
}
.formBox .formList .formItem.lastName .right {
  width: calc(100% - 99px);
}
.formBox .formList .formItem.company .left {
  width: 92px;
}
.formBox .formList .formItem.company .right {
  width: calc(100% - 92px);
}
.formBox .formList .formItem.address .left {
  width: 84px;
}
.formBox .formList .formItem.address .right {
  width: calc(100% - 84px);
}
.formBox .formList .formItem.apartment .left {
  width: 207px;
}
.formBox .formList .formItem.apartment .right {
  width: calc(100% - 207px);
}
.formBox .formList .formItem.state .item {
  padding: 15.5px 12px 15.5px 32px;
}
.formBox .formList .formItem.state .left {
  width: 80px;
}
.formBox .formList .formItem.state .right {
  width: calc(100% - 80px);
}
.formBox .formList .formItem.state select {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 15.5px;
}
.formBox .formList .formItem.postcode .left {
  width: 162px;
}
.formBox .formList .formItem.postcode .right {
  width: calc(100% - 162px);
}
.formBox .formList .formItem.tel .left {
  width: 100px;
}
.formBox .formList .formItem.tel .right {
  width: calc(100% - 100px);
}
.formBox .formList .formItem.extension .left {
  width: 40px;
}
.formBox .formList .formItem.extension .right {
  width: calc(100% - 40px);
}
.formBox .formList .formItem.email .left {
  width: 100px;
}
.formBox .formList .formItem.email .right {
  width: calc(100% - 100px);
}
.formBox .formList .formItem.business {
  padding: 4px 10px;
}
.formBox .formList .formItem.business .item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 15.5px 0 15.5px 32px;
}
@media (max-width: 1199px) {
  .formBox .formList .formItem.business .item {
    padding: 15.5px 0;
  }
}
.formBox .formList .formItem.business .item .left {
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .formBox .formList .formItem.business .item .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }
}
.formBox .formList .formItem.business .item .left label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 27px;
}
.formBox .formList .formItem.business .item .left label:first-child {
  padding-right: 35px;
}
@media (max-width: 1199px) {
  .formBox .formList .formItem.business .item .left label {
    padding-bottom: 10px;
  }
}
.formBox .formList .formItem.business .item .left input {
  display: none;
}
.formBox .formList .formItem.business .item .left span {
  cursor: pointer;
}
.formBox .formList .formItem.business .item .left .checkbox {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #c8c7c6;
  margin-right: 15px;
}
.formBox .formList .formItem.business .item .left .checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #4d9673;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.formBox .formList .formItem.business .item .left .checkbox.check::before {
  opacity: 1;
}
.formBox .formList .formItem.business .item .right {
  width: 50%;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15.5px 32px;
}
@media (max-width: 1199px) {
  .formBox .formList .formItem.business .item .right {
    width: 100%;
  }
}
.formBox .formList .formItem.exp {
  padding: 25.5px ​32px 15.5px;
}
.formBox .formList .formItem.exp textarea {
  min-height: 277px;
  line-height: 1.2;
  resize: none;
}
.formBox .formList .formItem.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  margin: 26px 0 28px;
}
.formBox .formList .formItem.agree input {
  display: none;
}
.formBox .formList .formItem.agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 0;
}
.formBox .formList .formItem.agree span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  background-color: #fff;
  cursor: pointer;
  margin-right: 15px;
}
.formBox .formList .formItem.agree span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4d9673;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.formBox .formList .formItem.agree b {
  width: calc(100% - 16px);
}
.formBox .formList .formItem.agree.check span::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .formBox .formList .formItem.agree label {
    width: calc(100% - 31px);
  }
}
.formBox .formList .formItem.error .item {
  -webkit-box-shadow: 0 0 5px #f00;
          box-shadow: 0 0 5px #f00;
}
.formBox .formList .formItem.error span {
  border-color: red;
}
.formBox .formList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15.5px 32px;
}
.formBox .formList .item.name {
  padding: 15.5px 70px 15.5px 32px;
}
.formBox .formList .item.exp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.formBox .formList .item.exp .left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .formBox .formList .item {
    padding: 15.5px;
  }
  .formBox .formList .item.name {
    padding: 15.5px 70px 15.5px 15.5px;
  }
}
.formBox .formList .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formList label {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-right: 7px;
}
.formBox .formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #4d9673;
}
@media (min-width: 1200px) {
  .formBox .formList em {
    margin-right: 6px;
  }
}
.formBox .formList select {
  padding: 15.5px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
}
.formBox .formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.formBox .formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}

/*驗證碼*/
.checkArea {
  padding-top: 25px;
  clear: both;
}
.checkArea .sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.checkArea p.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #999;
}
.checkArea .btn a {
  text-align: left;
}

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