@charset "UTF-8";
.mainBox {
  padding: 0;
}

.mainBox .banner {
  margin: 0 0 3% 0;
}

.contactBox {
  position: relative;
  color: #666666;
}

.contactBox .title {
  color: #CC0303;
  font-weight: 700;
  margin: 0 0 2% 0;
}

.contactBox .topBox .contentBox {
  margin: 0 0 5% 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactBox .topBox .contentBox:before {
  content: '';
  position: absolute;
  background: #F3F3F3;
  top: 0;
  left: 0;
  right: 0%;
  bottom: 0;
  display: block;
  z-index: -1;
}

.contactBox .topBox .contentBox ul {
  -ms-flex-negative: 2;
      flex-shrink: 2;
  padding: 3% 20px 3% 0;
  position: relative;
  z-index: 1;
}

.contactBox .topBox .contentBox ul li {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contactBox .topBox .contentBox ul li .label {
  min-width: 150px;
  color: #333333;
  font-weight: 600;
}

.contactBox .topBox .contentBox ul li a {
  color: #666666;
}

.contactBox .topBox .pic {
  z-index: 1;
  line-height: 0;
  margin: -50px 0 0 0;
}

.contactBox .topBox .pic img {
  -webkit-box-shadow: 20px 20px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 20px 20px 20px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1100px) {
  .contactBox .topBox {
    margin: 0 0 10% 0;
  }
  .contactBox .topBox .contentBox {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactBox .topBox .contentBox ul li {
    padding: 10px 0;
  }
  .contactBox .topBox .pic {
    margin: 0;
  }
}

/**********************************/
.contactBox .centerBox {
  margin: 0 0 5% 0;
}

.contactBox .centerBox .contentBox ul {
  width: 100%;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -10px;
}

.contactBox .centerBox .contentBox ul li {
  width: calc(100% / 3);
  padding: 0 10px;
  text-align: center;
}

.contactBox .centerBox .contentBox ul li + li {
  border-left: #DADFE3 1px solid;
}

.contactBox .centerBox .contentBox ul li .label {
  color: #FFF;
  background: #CC0303;
  font-weight: 600;
  line-height: 1.4;
  padding: 5px 0 3px;
  margin: 0 0 5% 0;
}

.contactBox .centerBox .contentBox ul li .name {
  font-weight: 700;
  color: #393939;
}

.contactBox .centerBox .contentBox ul li a {
  color: #3DB7E4;
  display: block;
}

@media screen and (max-width: 600px) {
  .contactBox .centerBox .contentBox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactBox .centerBox .contentBox ul li {
    width: 100%;
    margin: 0 0 5% 0;
    border: none !important;
  }
  .contactBox .centerBox .contentBox ul li .label {
    margin: 0 0 2% 0;
  }
}

/**********************************/
.contactBox .bottomBox {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: 0 0 5% 0;
}

.contactBox .bottomBox .txt {
  padding-top: 3%;
  padding-bottom: 3%;
  margin: 0 0 0 auto;
  color: #666666;
  position: relative;
  z-index: 1;
}

.contactBox .bottomBox .txt:before {
  content: '';
  position: absolute;
  top: 0;
  right: -300px;
  bottom: 0;
  left: 0%;
  background: #F3F3F3;
  display: block;
  z-index: -1;
}

.contactBox .bottomBox .contactForm {
  padding-top: 3%;
  padding-bottom: 3%;
}

.contactBox .bottomBox .contactForm .formBox {
  width: 100%;
  max-width: 950px;
}

.contactBox .bottomBox .contactForm .submit {
  display: block;
  color: #FFF;
  background: #000000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 3.2% 20px 2.8%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactBox .bottomBox .contactForm .submit:before {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 60%;
  bottom: 40%;
  right: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactBox .bottomBox .contactForm .submit:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 20px;
  bottom: 40%;
  right: 120px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactBox .bottomBox .contactForm .submit:hover:before {
  right: 20px;
}

.contactBox .bottomBox .contactForm .submit:hover:after {
  right: 20px;
}

.contactBox .mapBox {
  width: 100%;
  height: 550px;
  position: relative;
}

.contactBox .mapBox iframe {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 800px) {
  .contactBox .bottomBox {
    width: 100%;
  }
  .contactBox .bottomBox .contactForm {
    padding-bottom: 5%;
  }
  .contactBox .mapBox {
    width: 100%;
    height: 250px;
  }
}

/*******OK頁*/
.contactOk .txt {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.contactOk .txt .title {
  font-family: "Prompt", Arial, "微軟正黑體", sans-serif, "0xe804";
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  margin: 0 0 30px 0;
  position: relative;
  color: #333333;
}

.contactOk .txt .title span {
  font-weight: normal;
  display: block;
}

.contactOk .txt .info {
  color: #444444;
  position: relative;
  z-index: 1;
}

.contactOk .txt .info:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 32px;
  z-index: -1;
  background: #CC0303;
}

.contactOk .txt .info span {
  max-width: 320px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 3% 0;
  line-height: 1.4;
  color: #FFF;
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
  padding: 20px;
  background: #CC0303;
}

.contactOk .txt .info a {
  color: #CC0303;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contactOk .txt .info a:hover {
  color: #CC0303;
}

@media screen and (max-width: 1000px) {
  .contactOk {
    padding: 0 0 5% 0 !important;
  }
  .contactOk .txt {
    padding: 0 15px;
  }
}
