@charset "UTF-8";
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -ms-flex-align: start;
      align-items: flex-start;
  color: #2f2f2f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 10px;
  position: relative;
}
.formBox .formColumn:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.formBox .formColumn.name .columnInput {
  width: calc(100% - 200px);
}
@media (max-width: 640px) {
  .formBox .formColumn.name .columnInput {
    width: calc(100% - 100px);
  }
}
.formBox .formColumn.text {
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 1px solid transparent;
}
.formBox .formColumn.text .left {
  width: 100%;
  margin-bottom: 30px;
}
.formBox .formColumn.text .right {
  width: 100%;
}
.formBox .formColumn.repair {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.6s ease-in-out;
}
.formBox .formColumn.repair.show {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  transition: all 0.6s ease-in-out;
}
.formBox .formColumn.select:not(:has(.right)) {
  position: relative;
}
.formBox .formColumn.select:not(:has(.right))::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.formBox .formColumn.select:has(.right) .right {
  position: relative;
}
.formBox .formColumn.select:has(.right) .right::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.formBox .formColumn.department .columnCheckBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
.formBox .formColumn.error .tip {
  background-color: #f00;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .left {
  width: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1180px) {
  .formBox .left {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.formBox .left .tip {
  display: inline-block;
  padding: 0px 5px;
  background-color: #0069b7;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  margin-left: 20px;
}
.formBox .right {
  width: calc(100% - 220px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 1180px) {
  .formBox .right {
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 10px 0 0;
  }
}
.formBox .columnTitle {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.25;
  position: relative;
  display: inline-block;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 200px;
}
@media (max-width: 640px) {
  .formBox .columnCheckBox {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100px;
    -ms-flex-align: start;
        align-items: start;
    padding: 0 5px;
  }
}
.formBox .columnCheckBox .columnCheckLabel {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .formBox .columnCheckBox .columnCheckLabel {
    width: 100%;
  }
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
  margin: 0 10px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #0069b7;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #0069b7;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
@media (max-width: 640px) {
  .formBox .columnCheckBox .columnCheckBoxTitle {
    width: calc(100% - 50px);
  }
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  color: #737373;
  font-weight: 500;
  background-color: #fff;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #0069b7;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.btnOutBox {
  padding: 40px 0 0 0;
  position: relative;
  margin: 40px 0;
}
.btnOutBox::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #bfbfbf;
  top: -85%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btnOutBox .wrap {
  max-width: none !important;
  padding: 0;
  width: auto;
}
.btnOutBox .btn {
  max-width: 200px;
  margin: 0px auto;
}

.contentBox {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 130px 60px 70px;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .contentBox {
    padding: 60px 20px;
    margin-bottom: 60px;
  }
}
.contentBox .contactInfoBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1180px) {
  .contentBox .contactInfoBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
  width: 70%;
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: 100%;
    padding: 0;
  }
}
.contentBox .rightBox {
  width: 30%;
  padding: 0;
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
    margin-top: 60px;
  }
}
.contentBox .bottomBox {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
}
.contentBox .bottomBox .pageBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 80px;
}
.contentBox .bottomBox .pageBox span {
  margin: 0 8px;
  line-height: 1;
  color: #c1bcb9;
}
.contentBox .bottomBox .pageBox .slidePage {
  display: block;
  text-align: center;
  color: #c1bcb9;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  letter-spacing: normal;
}
.contentBox .bottomBox .pageBox .slidePage.currentPage {
  font-size: 25px;
  font-weight: 700;
  color: #0069b7;
  position: relative;
}
.contentBox .bottomBox .controlBox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.contentBox .bottomBox .btnBox {
  margin: 0;
}
.contentBox .bottomBox .arrowBox {
  margin: 0 20px;
}

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

.inquiryNote {
  /*感謝資訊*/
  margin-bottom: 30px;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1.8;
  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: #0069b7;
  vertical-align: middle;
}
.dataTable td {
  padding: 10px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  vertical-align: middle;
}
.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;
}
.dataTable .error {
  border-color: #f00 !important;
}

.formBox {
  margin-top: 25px;
}