@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&amp;display=swap");
@media screen and (max-width: 575.98px) {
  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 576px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 767.98px) {
  .container {
    max-width: 768px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 991.98px) {
  .container {
    max-width: 992px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1199.98px) {
  .container {
    max-width: 1200px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (min-width: 1441px) {
  .container {
    max-width: 1640px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 575.98px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

@media screen and (min-width: 576px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

@media screen and (min-width: 767.98px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

@media screen and (min-width: 991.98px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

@media screen and (min-width: 1199.98px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

@media screen and (min-width: 1441px) {
  .row {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
}

.col, .col-1, .col-2, .col-3, .col-4,
.col-5, .col-6, .col-7, .col-8, .col-9,
.col-10, .col-11, .col-12, .col-auto {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

#contact {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
}

#contact ul {
  padding-left: 20px;
}

@media screen and (max-width: 1199.98px) {
  #contact ul li {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

#contact .title-wrap {
  margin-top: 120px;
}

@media screen and (max-width: 1440px) {
  #contact .title-wrap {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1199.98px) {
  #contact .title-wrap {
    margin-top: 73px;
  }
}

#contact .content-wrap {
  margin-top: 47px;
}

@media screen and (max-width: 1199.98px) {
  #contact .content-wrap {
    margin-top: 16px;
  }
}

#contact .content-wrap h4 {
  margin-bottom: 18px;
}

@media screen and (max-width: 1199.98px) {
  #contact .content-wrap h4 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1199.98px) {
  #contact .content-wrap p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

#contact .info-wrap {
  margin-top: 48px;
}

@media screen and (max-width: 1440px) {
  #contact .info-wrap {
    margin-top: 36px;
  }
}

@media screen and (max-width: 1199.98px) {
  #contact .info-wrap {
    margin-top: 24px;
    margin-bottom: 21px;
  }
}

#contact .info-wrap .info-item + .info-item {
  margin-top: 30px;
}

@media screen and (max-width: 1440px) {
  #contact .info-wrap .info-item + .info-item {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1199.98px) {
  #contact .info-wrap .info-item + .info-item {
    margin-top: 12px;
  }
}

#contact .info-wrap .info-item p {
  margin-bottom: 5px;
}

@media screen and (max-width: 1199.98px) {
  #contact .info-wrap .info-item p {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-bottom: 4px;
  }
}

#contact .info-wrap .info-item a.social-link {
  margin-right: 16px;
}

#contact .info-wrap .info-item a i {
  font-size: 30px;
}

@media screen and (max-width: 1199.98px) {
  #contact .info-wrap .info-item a i {
    font-size: 29px;
  }
}

#map {
  width: 100vw;
  max-width: 57.5vw;
  height: 100vh;
  min-height: 900px;
  position: absolute;
  top: 0;
  left: 8px;
}

@media screen and (max-width: 1440px) {
  #map {
    max-width: 56.4vw;
  }
}

@media screen and (max-width: 1199.98px) {
  #map {
    max-width: 100%;
    height: 600px;
    min-height: auto;
    left: 0;
    margin-bottom: 90px;
  }
}
/*# sourceMappingURL=contact.css.map */