@charset "UTF-8";
* {
  position: static;
}
body {
  padding-top: 10rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left;
}
.breadcrumbs-area {
  padding: 0 0 5%;
}
.breadcrumbs-list {
  text-align: left;
}
.prev-link a {
  text-align: right;
}
.next-link a {
  text-align: left;
}
.prev-link a::after,
.next-link a::after {
  display: none;
}

/*HotCase*/
.HotCase {
  margin-bottom: 5rem;
  min-height: 80vh;
}

.HotCase .HotCaseLinfo .Txt {
  padding-left: 5rem;
}
.HotCase .HotCaseLinfo .Txt .caseName {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}
.HotCaseLinfo .Txt ul.caseinfo {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.HotCaseLinfo .Txt ul.caseinfo li {
  line-height: 2.5;
  padding-left: 99px;
}
.HotCaseLinfo .Txt ul.caseinfo span {
  min-width: 10rem;
  display: inline-block;
  color: #9fa0a0;
  position: absolute;
  left: 0;
  padding-left: 6rem;
}

.content {
  margin-top: 5%;
  border-top: 1px solid #ccc;
  padding-top: 1rem;
  position: relative;
}

.content iframe {
  width: 100%;
  height: 57vh;
}
.content img {
  width: 100%;
  margin: 1rem 0 4rem;
  padding: 10px;
  border: 1px solid #ccc;
  max-width: 100%;
  height: auto !important;
}

.Imgslick {
  margin-top: 1.5rem;
  margin-left: 5rem;
}
.Imgslick .slick-prev {
  left: -50px;
}
.Imgslick .slick-next {
  right: -30px;
}
.Imgslick .Item {
  width: 100%;
  height: 100%;
}
.Imgslick .Item .innerImg {
  width: 100%;
  padding-top: 70%;
  /*border: 1px solid red;*/
  position: relative;
}
.Imgslick .Item .innerImg .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: center;
  background-size: cover;
  border: 3px solid #fff;
}
.slick-track {
  margin: 0;
}
@media (max-width: 1024px) {
  .HotCase .HotCaseLinfo .Txt {
    padding-left: 2rem;
  }
  .HotCaseLinfo .Txt ul.caseinfo span {
    min-width: 6rem;
    /*position: static;*/
    padding-left: 15px;
  }
  .HotCaseLinfo .Txt ul.caseinfo li {
    /*padding-left:0px; */
  }
  .Imgslick {
    margin-left: 2rem;
  }
}
@media (max-width: 991px) {
  .HotCase .HotCaseLinfo .Txt {
    padding-left: 0;
    padding-top: 2rem;
  }
  .Imgslick {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
  .HotCaseLinfo .Txt ul.caseinfo span {
    min-width: 5rem;
  }
}

/*ContactInfo*/
.ContactInfo {
}
.ContactInfo .content {
  background-color: #f0f0f0;
  padding: 5%;
}
/**/
.companyInfo {
  /*background-color: #F0F0F0;*/
}

.ContactInfo .content .companyName {
  padding-top: 9%;
  padding-bottom: 3%;
  border-bottom: 1px solid #444;
  font-family: 'Noto Serif TC', serif;
}

.ContactInfo .content .info {
  padding-top: 30%;
}

.formBox {
  padding: 5% 3% 3%;
  right: 0;
  width: 100%;
  top: 0;
  /*background-color: #fff;*/
  /*box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);*/
}

.formBox:before {
  /*content: '';*/
  width: 60px;
  height: 60px;
  display: block;
  background-image: url(../images/logo-icon.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.formBox .Txt {
  text-align: center;
}

.form-group {
  border-bottom: 1px solid #888;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
textarea {
  width: 100%;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: transparent;
}
input[type='checkbox'],
input[type='radio'] {
  margin: 0 10px;
}
input,
textarea {
  color: #888;
  border: none;
  letter-spacing: 1px;
}

textarea {
  border: none !important;
}

.col-form-label {
  text-align: center;
  border-bottom: 1px solid #333;
}

button {
  margin-top: 2rem;
}

input:focus,
textarea:focus {
  outline: 0;
  /* border:1px solid #999; */
}

::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

:-moz-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

::-moz-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .formBox {
    position: relative;
  }

  .companyInfo {
    padding: 5%;
    padding-bottom: 20%;
  }

  .ContactInfo .content {
    background: -webkit-linear-gradient(
      bottom,
      #f0f0f0 0%,
      #f0f0f0 50%,
      #ffffff 50%,
      #ffffff 100%
    );
    background: -o-linear-gradient(
      bottom,
      #f0f0f0 0%,
      #f0f0f0 50%,
      #ffffff 50%,
      #ffffff 100%
    );
    background: linear-gradient(
      to bottom,
      #f0f0f0 0%,
      #f0f0f0 50%,
      #ffffff 50%,
      #ffffff 100%
    );
  }

  .ContactInfo .content .info {
    padding-top: 10%;
  }
}

footer .topBox {
  display: none;
}
