@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@400;500&display=swap");
/*#0066cc*/
@-webkit-keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
@keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
.mainArea {
  padding: 0;
  min-height: 100px;
}
.mainArea .wrap {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainArea .leftBox {
  line-height: 0;
}
.mainArea .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 65px;
  position: relative;
}
.mainArea .leftBox,
.mainArea .rightBox {
  /*width: 50%;*/
  width: 100%;
  text-align: center;
}
.mainArea .Img {
  position: relative;
  display: block;
  width: 100%;
}
.mainArea .Img img {
  width: 100%;
}
@media (min-width: 993px) {
  .mainArea .Img {
    height: 0;
    padding-bottom: 500px;
    overflow: hidden;
  }
  .mainArea .Img img {
    display: block;
    height: 100%;
    /*width: auto;
    max-width: none;
    max-height: none;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
          width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  .mainArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainArea .leftBox,
.mainArea .rightBox {
    width: 100%;
  }

  .mainArea .leftBox {
    display: none;
  }
}
@media (max-width: 640px) {
  .mainArea .rightBox {
    padding-bottom: 0;
  }
}

.bread {
  text-align: left;
  padding-left: 0;
}

.innerBox {
  max-width: 650px;
  margin: auto;
  padding: 30px 20px 40px;
}
@media (max-width: 1366px) {
  .innerBox {
    padding-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .innerBox {
    max-width: 100%;
  }
}

.side_contactInfo {
  margin: 0;
}

/*--地圖--*/
#gmapContact {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.thankInfo {
  /*感謝資訊*/
  /*margin-bottom: 25px;*/
  padding: 0 0 20px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.625;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}
.link li {
  color: #222;
  font-size: 16px;
  letter-spacing: 0.8px;
  /*margin-right: 40px;*/
  width: 100%;
  margin-bottom: 10px;
}
.link li span {
  font-weight: 500;
}

.link li span i {
  width: 20px;
  text-align: center;
  color: #666;
}

.link li a {
  color: #222;
}
.link li a:hover {
  color: #f0911a;
}
.link li:last-child {
  margin-right: 0;
}

.formBox {
  margin-top: 20px;
}

.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;
  /*字的顏色*/
}
.formList [class^=g-] {
  float: none;
}
.formList .controlGroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0 0 0 20px;
}
.formList .controlGroup.content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 20px;
}
.formList .controlGroup.content .right {
  width: 100%;
  padding-top: 10px;
}
.formList .controlGroup.content textarea {
  padding-left: 0;
}
.formList .left {
  width: 82px;
  position: relative;
}
.formList .left:after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #cccccc;
}
.formList .right {
  width: calc(100% - 82px);
}
.formList label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #2f2f2f;
  font-weight: 600;
}
.formList em {
  font-style: normal;
  font-weight: 500;
  color: #000000;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  width: 100%;
  padding: 0 0 0 20px;
  border: 0;
  border-radius: 0;
}
.formList .inputStyle {
  height: 46px;
  line-height: 46px;
}
.formList select {
  height: 46px;
  font-family: "Noto Sans TC", "微軟正黑體";
  background-image: url(../images/select_arrowDown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 19px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 0;
}
.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}
.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.checkArea .btnBox {
  padding-top: 0;
}
.checkArea .btnBox a {
  max-width: 150px;
  font-size: 14px;
  padding: 5px 20px;
  max-height: 150px;
  border-radius: 5px;
}

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

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

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

.otherLink {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #e5e5e5;
}
.otherLink a {
  width: 50%;
  text-align: center;
  padding: 19px 0;
  color: #000000;
  font-size: 16px;
}
.otherLink a:first-child {
  border-right: 1px solid #e5e5e5;
}
.otherLink a:hover {
  color: #ffffff;
  background-color: #d7cdcb;
}
.otherLink a:hover .arrow:before {
  background-color: #ffffff;
}
.otherLink a:hover .arrow.prev:after {
  border-color: transparent #ffffff transparent transparent;
}
.otherLink a:hover .arrow.next:after {
  border-color: transparent transparent transparent #ffffff;
}
@media (max-width: 640px) {
  .otherLink {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .otherLink a {
    width: 100%;
  }
  .otherLink a:first-child {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.otherLink .arrow {
  position: relative;
  width: 16px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
.otherLink .arrow:before, .otherLink .arrow:after {
  content: "";
}
.otherLink .arrow:before {
  width: 16px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000000;
}
.otherLink .arrow:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  bottom: 0;
  margin: auto;
}
.otherLink .arrow.prev {
  margin-right: 15px;
}
.otherLink .arrow.prev:after {
  left: 0;
  border-width: 2.5px 3px 2.5px 0;
  border-color: transparent #000000 transparent transparent;
}
.otherLink .arrow.next {
  margin-left: 15px;
}
.otherLink .arrow.next:after {
  right: 0;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #000000;
}