/* ----------Global */
@font-face {
  font-family: 'ChaoShiJiCuMaoKaiTiFan-1';
  src: url("../fonts/ChaoShiJiCuMaoKaiTiFan-1.woff") format("woff"), url("../fonts/ChaoShiJiCuMaoKaiTiFan-1.ttf") format("truetype"), url("../fonts/ChaoShiJiCuMaoKaiTiFan-1.eot") format("embedded-opentype");
}

body, html {
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif TC', serif;
  /* overflow-x: hidden; */
}

h1 {
  font-family: 'ChaoShiJiCuMaoKaiTiFan-1';
  font-size: 32px;
  margin: 0;
  color: #4d4d4d;
  font-weight: normal;
}

h2 {
  font-weight: bold;
  font-size: 28px;
  color: #4d4d4d;
  line-height: 1.5;
  margin-bottom: .5rem;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  color: #9F353A;
  line-height: 1.5;
  margin-bottom: .5rem;
}

p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 400px) {
  p {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
}

.anchor {
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: none;
      flex-wrap: none;
  color: #ffffff;
  width: 100%;
  height: 350px;
  background-image: url("../img/pixta_28098586_L.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}

.banner .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  margin-top: 36px;
  text-align: center;
  color: #4d4d4d;
}

.banner .banner-content .banner-text {
  width: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 28px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.banner .banner-content .banner-text .banner-title {
  font-size: 32px;
  text-align: left;
  margin-bottom: 12px;
}

.banner .banner-content .banner-text p {
  text-align: left;
}

.banner .banner-content .banner-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #9F353A;
  padding: 4px;
  margin-top: 20px;
  text-decoration: none;
}

.banner .banner-content .banner-phone p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 576px) {
  .banner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .banner .banner-content {
    margin-top: 0;
  }
  .banner .banner-content .banner-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* ----------Service */
.service {
  color: #4d4d4d;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding-top: 8vh;
  padding-bottom: 4vh;
  background-color: #fafafa;
}

.service .container h2 {
  position: relative;
  font-weight: bold;
}

.service .container h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #9F353A;
}

.service .container .service-item-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: none;
      align-content: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-top: 36px;
  margin-bottom: 4vh;
}

.service .container .service-item-set .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc( (100% - 60px) / 3);
  margin: 10px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #F5ECDC;
  border-radius: 4px;
  position: relative;
}

.service .container .service-item-set .service-item .service-img {
  width: 320px;
  height: 170px;
  margin-bottom: 12px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.service .container .service-item-set .service-item .service-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.service .container .service-item-set .service-item .service-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.service .container .service-item-set .service-item .service-text h3 {
  width: 100%;
}

.service .container .service-item-set .service-item .service-text .service-item-focus {
  color: #F75C2F;
  font-weight: bold;
}

.service .container .service-item-set .service-item .service-text p {
  margin-bottom: 48px;
}

.service .container .service-item-set .service-item .service-text a {
  color: #9F353A;
  font-size: 18px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-top: 20px;
}

.service .container .service-item-set .service-item .service-text a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #9F353A;
  border-right: 1.5px solid #9F353A;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}

.service .container .service-item-set .service-item .service-text a:before {
  content: '';
  position: absolute;
  top: calc(50% + 1.5px);
  right: -24px;
  width: 20px;
  height: 1.5px;
  background-color: #9F353A;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.service .container .service-item-set .service-item .service-text a:hover {
  text-decoration: underline;
}

.service .container .service-item-set .service-item:hover .service-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.service .container .service-item-set a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}

.service .container .service-item-set a .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: none;
      align-content: none;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1.5px solid #9F353A;
  color: #ffffff;
  background-color: #9F353A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px 6px 12px;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 16px;
  font-size: 16px;
}

.service .container .service-item-set a .read-more:hover {
  background-color: rgba(159, 53, 58, 0.8);
}

@media (max-width: 991px) {
  .service .container .service-item-set .service-item {
    width: calc( 100% - 20px);
  }
  .service .container .service-item-set .service-item .service-img {
    height: 200px;
  }
  .service .container .service-item-set .service-item .service-text {
    width: calc( 100% - 340px);
    margin-left: 20px;
  }
  .service .container .service-item-set .service-item .service-text a {
    left: 360px;
  }
}

@media (max-width: 767px) {
  .service .container .service-item-set .service-item .service-img {
    width: 100vw;
    height: 40vw;
  }
  .service .container .service-item-set .service-item .service-text {
    width: 100%;
    margin-left: 0;
  }
  .service .container .service-item-set .service-item .service-text a {
    left: 20px;
  }
}

@media (max-width: 576px) {
  .service .container .service-item-set .service-item {
    padding: 10px;
  }
  .service .container .service-item-set .service-item .service-text a {
    left: 10px;
    bottom: 10px;
  }
}

/* ----------Service-Process */
.service-process {
  color: #4d4d4d;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
  background-color: #fafafa;
}

.service-process .container h2 {
  position: relative;
  font-weight: bold;
}

.service-process .container h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #9F353A;
}

.service-process .container .service-step-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: none;
      align-content: none;
  -webkit-box-pack: none;
      -ms-flex-pack: none;
          justify-content: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 28px 0;
}

.service-process .container .service-step-set .service-step {
  width: calc(100% / 4);
  position: relative;
  padding: 10px;
}

.service-process .container .service-step-set .service-step .service-step-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.service-process .container .service-step-set .service-step .service-step-banner .service-step-number p {
  font-size: 40px;
  font-weight: bolder;
  color: #EAD5B0;
  text-shadow: 1px 1px #4d4d4d, -1px -1px #4d4d4d, 1px -1px #4d4d4d, -1px 1px #4d4d4d;
}

.service-process .container .service-step-set .service-step .service-step-banner .service-step-title {
  padding-top: 20px;
  margin-left: 4px;
}

.service-process .container .service-step-set .service-step .service-step-banner .service-step-title h3 {
  font-weight: 600;
  color: #4d4d4d;
}

.service-process .container .service-step-set .service-step .service-step-banner .service-step-icon {
  margin-top: 12px;
  margin-left: 4px;
}

.service-process .container .service-step-set .service-step .service-step-text {
  text-align: left;
}

@media (max-width: 1200px) {
  .service-process .container .service-step-set .service-step {
    width: calc(100% / 2);
  }
}

@media (max-width: 991px) {
  .service-process .container .service-step-set .service-step {
    width: 100%;
  }
}

/* ----------Location */
.location {
  color: #4d4d4d;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  padding-top: 4vh;
  padding-bottom: 4vh;
  background-color: #eaeaea;
}

.location .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: none;
      align-content: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location .container .location-left {
  width: 340px;
  padding: 10px;
  margin-right: 10px;
}

.location .container .location-left h2 {
  margin-top: 20px;
  font-size: 22px;
  color: #9F353A;
}

.location .container .location-left ul {
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}

.location .container .location-left ul li {
  list-style-type: disc;
}

.location .container .location-left ul li a {
  color: #4d4d4d;
}

.location .container .location-left ul li a:hover {
  text-decoration: underline;
}

.location .container .location-right {
  width: 425px;
  padding: 10px;
  margin-left: 10px;
}

.location .container .location-right iframe {
  width: 400px;
  height: 300px;
}

@media (max-width: 991px) {
  .location .container .location-right {
    width: 330px;
  }
  .location .container .location-right iframe {
    width: 330px;
    height: 250px;
  }
}

@media (max-width: 767px) {
  .location .container .location-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: none;
        align-content: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .location .container .location-left h2 {
    width: 100%;
    text-align: center;
  }
  .location .container .location-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: none;
        align-content: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
  }
}

/* ----------About */
.about {
  color: #4d4d4d;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
  background-color: #fafafa;
}

.about .container .about-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: none;
      align-content: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-top: 4vh;
  margin-bottom: 4vh;
}

.about .container .about-set .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc( (100% - 60px) / 3);
  margin: 10px 10px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #F5ECDC;
  border-radius: 4px;
}

.about .container .about-set .about-item h2 {
  font-size: 24px;
  color: #9F353A;
}

.about .container .about-set .about-item p {
  width: 100%;
}

.about .container .about-set .about-item p a {
  color: #F75C2F;
}

.about .container .about-set .about-item p a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .about .container .about-set .about-item {
    width: calc( 100% - 20px);
  }
}

/* ----------Footer */
footer {
  padding: 20px;
  background-color: #4d4d4d;
  color: #ffffff;
}

footer p {
  font-size: small;
  text-align: center;
  color: #ffffff;
}
/*# sourceMappingURL=component.css.map */