/* ----------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: 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);
  }
}

/* ----------Intro */
.intro {
  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;
}

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

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

.intro .container .intro-set {
  padding-top: 36px;
}

.intro .container .intro-set .intro-item img {
  float: right;
  margin-left: 8px;
  margin-bottom: 8px;
}

.intro .container .intro-set .intro-item p {
  text-align: left;
}

.intro .container .intro-set .intro-item h3 {
  text-align: left;
}

/* ----------Video */
.video {
  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;
  color: #4d4d4d;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}

.video h3 {
  width: 100%;
}

.video .video-wrapper {
  width: 560px;
  height: auto;
}

.video .video-wrapper .video-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video .video-wrapper .video-block .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ----------Feature */
.feature {
  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;
}

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

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

.feature .container .feature-list-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%;
  padding-top: 36px;
}

.feature .container .feature-list-set .feature-list {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.feature .container .feature-list-set .feature-list .feature-list-number {
  width: 50px;
  height: 50px;
  padding: 12px;
  position: relative;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #F5ECDC;
}

.feature .container .feature-list-set .feature-list .feature-list-number h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
}

.feature .container .feature-list-set .feature-list .feature-list-text {
  width: calc(100% - 50px);
  text-align: left;
  padding: 12px;
}

.feature .container .feature-list-set .feature-list .feature-list-text .feature-focus {
  background-color: #F5ECDC;
  font-weight: bold;
}

.feature .container .feature-list-set .feature-list:nth-child(even) .feature-list-text {
  color: #4d4d4d;
}

@media (max-width: 992px) {
  .feature .container .feature-list-set .feature-list {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .feature .container .feature-list-set .feature-list {
    width: 100%;
  }
}

/* ----------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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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 span {
  color: #F75C2F;
  font-weight: bold;
}

.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-text {
    width: 100%;
  }
}

/* ----------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 {
  width: 100%;
  text-align: left;
}

.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;
}

.service-process .container .service-area {
  text-align: left;
  padding: 12px;
  background-color: #F5ECDC;
  border-radius: 10px;
  margin-bottom: 12px;
}

@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%;
  }
}

/* ----------Notice */
.notice {
  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;
}

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

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

.notice .container .notice-list-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;
  width: 100%;
  margin-bottom: 4vh;
  padding-top: 36px;
}

.notice .container .notice-list-set .notice-list {
  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;
  width: calc((100% - 48px) / 2);
  margin-bottom: 4vh;
  margin-left: 12px;
  margin-right: 12px;
}

.notice .container .notice-list-set .notice-list .notice-list-number {
  width: 50px;
  height: 50px;
  border: 2px solid #F5ECDC;
  background-color: #F5ECDC;
  padding: 12px;
  position: relative;
  border-radius: 50%;
}

.notice .container .notice-list-set .notice-list .notice-list-number h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
}

.notice .container .notice-list-set .notice-list .notice-list-text {
  width: calc(100% - 50px);
  text-align: left;
  padding: 12px;
}

.notice .container .notice-list-set .notice-list .notice-list-text .notice-focus {
  color: #9F353A;
  font-weight: bold;
}

@media (max-width: 992px) {
  .notice .container .notice-list-set .notice-list {
    width: calc(100% - 24px);
  }
}

/* ----------Location */
.location {
  color: #4d4d4d;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  padding-top: 36px;
  padding-bottom: 36px;
  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: 380px;
  padding: 10px;
  margin-right: 10px;
}

.location .container .location-left h2 {
  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 {
  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: 560px;
  padding: 10px;
  margin-left: 10px;
}

.location .container .location-right a.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc( 100% / 5);
  height: 100px;
}

.location .container .location-right a.contact-item img {
  width: 70px;
  height: 70px;
}

.location .container .location-right a.contact-item:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .location .container .location-left {
    width: 520px;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .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: 560px;
    padding: 10px;
    margin-left: 0;
  }
  .location .container .location-right a.contact-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    margin-top: 8px;
  }
}

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

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