@charset "UTF-8";
/* CSS Document */
.formBox input[type=text], .formBox select, .formBox textarea {
  transition: all 0.5s;
}

/*****內頁樣式*****/
@media (min-width: 1181px) {
  .bannerArea .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1181px) {
  .mainArea.style02 {
    position: relative;
    z-index: 5;
  }
}
@media (max-width: 1180px) {
  .mainArea.style02 {
    background: url(../jpg/bg_contact.jpg) no-repeat top left;
    background-size: cover;
    overflow: hidden;
  }
}
@media (min-width: 1051px) {
  .mainArea.style02::before {
    background: url(../jpg/bg_contact.jpg) no-repeat top right;
    background-size: cover;
    width: calc(50% + 165px);
  }
}
@media (min-width: 1181px) {
  .mainArea.style02::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(50% - 165px);
    height: 100%;
    background: url(../jpg/bg_contact_info.jpg) repeat top left;
  }
}
@media (min-width: 1751px) {
  .mainArea.style02 > .wrap {
    max-width: 1590px;
  }
}
@media (min-width: 1601px) and (max-width: 1750px) {
  .mainArea.style02 > .wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1181px) {
  .mainArea.style02 > .wrap {
    padding-top: 180px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1051px) {
  .mainArea.style02 > .wrap > .contentBox {
    width: calc(50% + 165px);
  }
}
@media (max-width: 1050px) {
  .mainArea.style02 > .wrap > .contentBox {
    width: 100%;
  }
}
@media (min-width: 1601px) {
  .mainArea.style02 > .wrap > .contentBox {
    padding-right: 70px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .mainArea.style02 > .wrap > .contentBox {
    padding-right: 50px;
  }
}
@media (min-width: 1051px) and (max-width: 1180px) {
  .mainArea.style02 > .wrap > .contentBox {
    padding-right: 35px;
  }
}
@media (min-width: 1051px) {
  .mainArea.style02 > .wrap > .infoBox {
    width: calc(50% - 165px);
  }
}
@media (max-width: 1050px) {
  .mainArea.style02 > .wrap > .infoBox {
    width: 100%;
  }
}
@media (min-width: 1601px) {
  .mainArea.style02 > .wrap > .infoBox {
    padding-left: 70px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .mainArea.style02 > .wrap > .infoBox {
    padding-left: 50px;
  }
}
@media (min-width: 1051px) and (max-width: 1180px) {
  .mainArea.style02 > .wrap > .infoBox {
    padding-left: 35px;
  }
}
@media (min-width: 481px) and (max-width: 1050px) {
  .mainArea.style02 > .wrap > .infoBox {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .mainArea.style02 > .wrap > .infoBox {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 1180px) {
  .mainArea.style02 > .wrap > .infoBox {
    position: relative;
    z-index: 5;
  }
  .mainArea.style02 > .wrap > .infoBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
    width: calc(100% + 100px);
    height: calc(100% + 80px);
    background: url(../jpg/bg_contact_info.jpg) repeat top left;
  }
}
@media (min-width: 1051px) and (max-width: 1180px) {
  .mainArea.style02 > .wrap > .infoBox::before {
    top: -100%;
    left: 0;
    width: 200%;
    height: 300%;
  }
}
.mainArea.style02 .titleBox {
  display: block;
}

/*****聯絡資訊*****/
.side_contactInfo {
  display: flex;
  flex-wrap: wrap;
}
.side_contactInfo .Img {
  width: 100%;
  margin-bottom: 35px;
}
.side_contactInfo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_contactInfo .title {
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  line-height: 1;
  margin-right: auto;
  margin-bottom: 10px;
  padding-right: 15px;
  text-transform: uppercase;
}
.side_contactInfo .logo {
  width: 115px;
}
.side_contactInfo .logo img {
  margin-bottom: 0;
}
.side_contactInfo ul {
  width: 100%;
  margin-top: 20px;
}
.side_contactInfo ul li {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  color: #7a7a7a;
}
.side_contactInfo ul li a:not(:hover) {
  color: #7a7a7a;
}
.side_contactInfo ul li b {
  display: block;
  width: 30px;
  color: #bd2020;
}
.side_contactInfo ul li b::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-left: 10px;
  background-color: rgba(189, 32, 32, 0.5);
}
.side_contactInfo ul li span, .side_contactInfo ul li a {
  width: calc(100% - 30px);
}
.side_contactInfo .social {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 380px;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .side_contactInfo .social {
    display: none;
  }
}
.side_contactInfo .social span {
  order: -2;
  color: #f2f2f2;
}
.side_contactInfo .social::before {
  content: "";
  order: -1;
  flex-grow: 1;
  display: inline-block;
  height: 1px;
  margin-left: 20px;
  background-color: #bd2020;
}
.side_contactInfo .social::after {
  content: "";
  order: -1;
  display: inline-block;
  width: 12px;
  height: 1px;
  margin-left: 5px;
  border-top: 1px dashed #bd2020;
}
.side_contactInfo .social a {
  margin-left: 25px;
}

/*****標題、感謝資訊*****/
.thankInfo {
  position: relative;
  padding: 15px 0 20px;
  border-bottom: 2px solid #222;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
}
.thankInfo::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 110px;
  height: 2px;
  background-color: #bd2020;
}

@media (min-width: 1181px) {
  .titleBox,
.thankInfo,
.formBox {
    width: 100%;
    max-width: 800px;
  }
}

/*****表單*****/
.formBox {
  font-size: 12px;
  color: #fff;
}
.formBox .form {
  position: relative;
  padding: 0;
}
@media (max-width: 400px) {
  .formBox .form {
    padding-top: 10px;
  }
}
@media (min-width: 767px) {
  .formBox .form.g-tv-6 + .g-tv-6 {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}
.formBox .checkArea {
  padding: 0;
}
@media (min-width: 401px) {
  .formBox .left {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 90px;
    height: 50px;
  }
}
@media (min-width: 401px) {
  .formBox .left::before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 2px;
    height: 14px;
    background-color: #2d2d2d;
  }
}
.formBox .right.selectBox {
  border-bottom: 1px solid #333;
}
@media (min-width: 401px) {
  .formBox .right.selectBox {
    padding-left: 100px;
  }
}
.formBox label {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
}
.formBox label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #bd2020;
}
@media (min-width: 401px) {
  .formBox .intl-tel-input input[type=text] {
    padding-left: 190px !important;
  }
}
@media (min-width: 401px) {
  .formBox .intl-tel-input.allow-dropdown .flag-container,
.formBox .intl-tel-input.separate-dial-code .flag-container {
    left: 100px;
  }
}
.formBox input[type=text], .formBox select, .formBox textarea {
  width: 100%;
  border: 0;
  font-size: 13px;
  color: #777;
  background: transparent;
}
@media (min-width: 401px) {
  .formBox input[type=text], .formBox select, .formBox textarea {
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .formBox input[type=text], .formBox select, .formBox textarea {
    padding: 0 10px;
  }
}
.formBox input[type=text], .formBox textarea {
  border-bottom: 1px solid #333;
}
@media (min-width: 401px) {
  .formBox input[type=text], .formBox textarea {
    padding-left: 100px;
  }
}
.formBox input[type=text]:focus, .formBox textarea:focus {
  border-bottom-color: #bd2020;
}
.formBox input[type=text] {
  width: 100%;
}
@media (min-width: 401px) {
  .formBox input[type=text] {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .formBox input[type=text] {
    height: 35px;
    line-height: 35px;
  }
}
@media (min-width: 401px) {
  .formBox select {
    height: 50px;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .formBox select {
    height: 35px;
  }
}
.formBox select option {
  color: #000;
}
.formBox textarea {
  display: block;
  padding-top: 15px;
  resize: none;
}
@media (min-width: 1601px) {
  .formBox textarea {
    height: 230px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .formBox textarea {
    height: 160px;
  }
}
@media (min-width: 481px) and (max-width: 1180px) {
  .formBox textarea {
    height: 120px;
  }
}
@media (max-width: 400px) {
  .formBox textarea {
    height: 80px;
    padding-top: 10px;
  }
}

.checkArea {
  margin-top: 30px;
}
@media (min-width: 481px) {
  .checkArea .btn {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .checkArea .btn {
    display: block;
    width: 220px;
    margin-bottom: 10px;
  }
}
@media (min-width: 481px) {
  .checkArea .btn svg {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .checkArea .btn svg {
    width: 85px;
  }
}
.checkArea .btn.btn_color1:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #000;
}
.checkArea .btn.btn_color1:hover::after {
  color: #bd2020;
}
.checkArea .btn.btn_color1:hover svg {
  fill: #bd2020;
}

.error {
  box-shadow: 0 0 10px #f00;
}

/*****載入動畫*****/
@media (min-width: 1181px) {
  .side_contactInfo .Img {
    position: relative;
    overflow: hidden;
  }
  .side_contactInfo .Img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: scale(1, 1);
    transform-origin: left;
  }

  .side_contactInfo .Img img {
    opacity: 0;
  }

  .side_contactInfo .Img.show::after {
    transform: scale(0, 1);
    animation: imgbgc_in 1s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }

  .side_contactInfo .Img.show img {
    animation: img_in 1s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
}