*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
}

html {
  padding: 0 !important;
  overflow-x: hidden;
}

body {
  font-size: 16px !important;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #333 !important;
  min-height: 900px;
  font-family: "Titillium Web", Arial, "Noto Sans TC", sans-serif !important;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px !important;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.67rem;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: red;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2rem;
}

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2) !important;
    padding-left: calc(var(--bs-gutter-x) * 2) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4) !important;
    padding-left: calc(var(--bs-gutter-x) * 4) !important;
  }
}

.contact-form, .block-4, .block-3, .block-2 {
  padding: 3.5rem 0;
}
.contact-form .block-title, .block-4 .block-title, .block-3 .block-title, .block-2 .block-title {
  font-size: 1.67rem;
  color: #333;
  font-weight: 500;
  padding-bottom: 0.8rem;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.contact-form .block-title::after, .block-4 .block-title::after, .block-3 .block-title::after, .block-2 .block-title::after {
  width: 1px;
  height: 16px;
  margin-left: 1rem;
  content: "";
  background-color: #333;
  transform: rotate(45deg);
  display: inline-flex;
  transition: all 0.3s linear;
}
.contact-form .block-title2, .block-4 .block-title2, .block-3 .block-title2, .block-2 .block-title2 {
  font-size: 1.5rem;
  color: #333;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.contact-form .block-title2:before, .block-4 .block-title2:before, .block-3 .block-title2:before, .block-2 .block-title2:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icon-block-title.svg") no-repeat center;
  background-size: 100% auto;
  margin-right: 1rem;
}
.contact-form .block-title3, .block-4 .block-title3, .block-3 .block-title3, .block-2 .block-title3 {
  font-size: 1.33rem;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: inline-flex;
  border-bottom: 2px solid red;
  padding: 0.4rem 0;
  margin-bottom: 1.5rem;
}
.contact-form .slogan, .block-4 .slogan, .block-3 .slogan, .block-2 .slogan {
  font-size: 2.3rem;
  color: red;
  font-weight: 500;
}
.contact-form .block-title-sm, .block-4 .block-title-sm, .block-3 .block-title-sm, .block-2 .block-title-sm {
  font-size: 0.9rem;
  color: white;
  font-weight: normal;
  display: flex;
  padding: 0.3rem 1rem;
  background-color: black;
}
.contact-form .block-title-sm:before, .block-4 .block-title-sm:before, .block-3 .block-title-sm:before, .block-2 .block-title-sm:before {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 1rem;
  display: none;
}
@media (min-width: 769px) {
  .contact-form .slogan, .block-4 .slogan, .block-3 .slogan, .block-2 .slogan {
    font-size: 2.7rem;
  }
  .contact-form .block-title2, .block-4 .block-title2, .block-3 .block-title2, .block-2 .block-title2 {
    font-size: 1.65rem;
  }
}
@media (min-width: 992px) {
  .contact-form .slogan, .block-4 .slogan, .block-3 .slogan, .block-2 .slogan {
    font-size: 3rem;
  }
  .contact-form .block-title-sm, .block-4 .block-title-sm, .block-3 .block-title-sm, .block-2 .block-title-sm {
    font-size: 1rem;
    color: #999;
    background-color: transparent;
    padding: 0;
    display: block;
  }
  .contact-form .block-title-sm:before, .block-4 .block-title-sm:before, .block-3 .block-title-sm:before, .block-2 .block-title-sm:before {
    display: block;
  }
  .contact-form .block-title2, .block-4 .block-title2, .block-3 .block-title2, .block-2 .block-title2 {
    font-size: 1.75rem;
  }
  .contact-form .block-title2:before, .block-4 .block-title2:before, .block-3 .block-title2:before, .block-2 .block-title2:before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1680px) {
  .contact-form .slogan, .block-4 .slogan, .block-3 .slogan, .block-2 .slogan {
    font-size: 4rem;
  }
  .contact-form .block-title2, .block-4 .block-title2, .block-3 .block-title2, .block-2 .block-title2 {
    font-size: 2rem;
  }
}

.btn {
  padding: 0.6rem 1.7rem;
  font-size: 1rem;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s linear;
}

.btn-sm {
  padding: 0.5rem 1.7rem;
  font: size 0.9rem !important;
  transition: all 0.3s linear;
}

.btn-play {
  color: red;
  background-color: transparent !important;
  text-align: center;
  border: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-play i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.75rem;
  transition: all 0.3s linear;
}
.btn-play p {
  font-size: 1rem !important;
}
.btn-play:hover {
  border: 0 !important;
  background-color: transparent !important;
}

.btn-refresh {
  padding: 0.5rem !important;
  height: 40px !important;
  border: 0 !important;
  transition: all 0.3s linear;
}
.btn-refresh i {
  color: #999;
  transition: all 0.3s linear;
}
.btn-refresh:hover, .btn-refresh:active, .btn-refresh:focus {
  transform: rotate(180deg);
}
.btn-refresh:hover i, .btn-refresh:active i, .btn-refresh:focus i {
  color: red;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999;
  font-size: 1rem;
}

.btn-primary {
  border-radius: 30px;
  display: inline-flex;
  justify-content: space-between;
  min-width: 180px;
  background-color: red;
  color: white;
  font-size: 1.05rem;
  font-weight: normal;
  border: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #333 !important;
}

.btn-txt {
  border: 0;
  background-color: transparent !important;
  color: red !important;
  font-size: 1rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: normal;
}
.btn-txt i {
  margin-left: 1rem;
  text-transform: none;
}
.btn-txt:hover, .btn-txt:active, .btn-txt:focus {
  border: 0;
  color: red;
  background-color: transparent;
  transform: translateX(15px);
}

.btn-white {
  background-color: white;
  color: red;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border: 0;
  font-weight: normal;
  border-radius: 30px;
}
.btn-white i {
  margin-left: 1rem;
  text-transform: none;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  border: 0;
  color: white;
  background-color: #333;
  transform: translateX(15px);
}

.btn-light {
  display: inline-flex;
  color: #999 !important;
  font-size: 1rem;
  padding: 0.5rem 0;
  border-bottom: 2px solid red;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  background-color: transparent !important;
  border-radius: 0;
  font-weight: normal;
}
.btn-light i {
  margin: 0 1rem 0 0;
}
.btn-light:hover {
  color: red !important;
  border-bottom: 2px solid red;
  background-color: transparent !important;
}

.btn-dark {
  border-radius: 30px;
  display: inline-flex;
  justify-content: space-between;
  min-width: 180px;
  background-color: black;
  color: white;
  font-size: 1.05rem;
  font-weight: normal;
  border: 0;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #333 !important;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.block-1 {
  background: url("../images/bg-about1.jpg") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 6rem;
}
.block-1 .items {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.block-1 .items .icons {
  width: 70px;
  height: 70px;
  margin-bottom: 1.5rem;
}
.block-1 .items .icons img {
  width: 100%;
  height: auto;
  filter: invert(13%) sepia(83%) saturate(6434%) hue-rotate(1deg) brightness(102%) contrast(119%);
}
.block-1 .items .items-title {
  font-size: 1.1rem;
  color: black;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
}
.block-1 .items .items-con {
  font-size: 3.3rem;
  color: #666;
  letter-spacing: 0.1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.block-2 {
  background-color: #f6f6f6;
  background: url("../images/bg-history.jpg") no-repeat center bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}

.block-3 {
  background-color: white;
}

.pic-slider {
  padding-bottom: 3rem;
}
.pic-slider .slick-list {
  margin: 0 -1px;
}
.pic-slider .slider-wrap {
  margin: 0 1px;
}
.pic-slider .slick-dots li button:before {
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.pic-slider .slick-dots li.slick-active button:before {
  background-color: red;
  border: 1px solid red;
}

.block-4 .flow-con {
  position: relative;
  z-index: 2;
}
.block-4 .flow-con .con-txt {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 0;
  height: 100%;
}
.block-4 .flow-con .con-txt .step {
  font-size: 2.5rem;
  color: #666;
  font-style: italic;
  line-height: 1;
  padding: 0 1.5rem 1rem 1.5rem;
  position: relative;
  letter-spacing: 0.15rem;
}
.block-4 .flow-con .con-txt .step:after {
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 40px;
  height: 40px;
  content: "";
  background-size: 100% auto;
  filter: invert(9%) sepia(83%) saturate(7498%) hue-rotate(360deg) brightness(89%) contrast(108%);
}
@media (min-width: 992px) {
  .block-4 .flow-con .con-txt .step {
    font-size: 3rem;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .block-4 .flow-con .con-txt .step:after {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .block-4 .flow-con .con-txt .step {
    font-size: 3.4rem;
    padding: 0 1.5rem 1.7rem 1.5rem;
  }
  .block-4 .flow-con .con-txt .step:after {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1680px) {
  .block-4 .flow-con .con-txt .step {
    font-size: 4rem;
  }
  .block-4 .flow-con .con-txt .step:after {
    width: 70px;
    height: 70px;
  }
}
.block-4 .flow-con .con-txt .step-title {
  font-size: 1.1rem;
  color: white;
  position: relative;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  z-index: 1;
}
.block-4 .flow-con .con-txt .step-title:after {
  position: absolute;
  right: 1.3rem;
  top: 0;
  width: 120%;
  height: 100%;
  content: "";
  background: red;
  transform: skewX(-45deg);
  z-index: -1;
}
@media (min-width: 769px) {
  .block-4 .flow-con .con-txt .step-title {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .block-4 .flow-con .con-txt .step-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1680px) {
  .block-4 .flow-con .con-txt .step-title {
    font-size: 1.4rem;
  }
}
.block-4 .flow-con .con-txt p {
  padding: 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .block-4 .flow-con .con-txt p {
    font-size: 1rem;
  }
}
.block-4 .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(1) .con-txt .step:after {
  background: url("../images/icon-service1.svg") no-repeat right center;
}
.block-4 .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(2) .con-txt .step:after {
  background: url("../images/icon-service2.svg") no-repeat right center;
}
.block-4 .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(3) .con-txt .step:after {
  background: url("../images/icon-service3.svg") no-repeat right center;
}
.block-4 .flow-con .col-12.col-sm-6.col-xxl-3:nth-child(4) .con-txt .step:after {
  background: url("../images/icon-service4.svg") no-repeat right center;
}

/*History*/
.history {
  background: transparent;
  padding-bottom: 3.5rem !important;
}
@media (min-width: 992px) {
  .history {
    background: url(../images/bg-history.jpg) no-repeat center bottom;
    padding-bottom: 180px !important;
    background-size: 100% auto;
    background-attachment: fixed;
  }
}

.event {
  padding-left: 0;
}
@media (min-width: 992px) {
  .event {
    padding-left: 50px;
  }
}

.event-list {
  border-bottom: 1px dashed #cccccc;
  align-items: center;
  position: relative;
  overflow: inherit;
  /*&:first-child {
          padding-top: 0;

          .year {
              color: $grey;

              &:before {
                  border: 2px solid $light-grey;
              }

              &:after {
                  display: none !important;
              }
          }

          .txt {
              color: $grey;

              &:before {
                  background-color: $light-grey;
              }
          }
      }
  */
}
.event-list:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: linear-gradient(to left, rgb(233, 233, 233) 0%, rgba(233, 233, 233, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
  z-index: 0;
  display: none;
  transition: all 0.3s linear;
}
.event-list .year {
  font-size: 1.67rem;
  font-weight: normal;
  color: red;
  position: relative;
  padding: 2rem 40px 1rem 1.5rem;
  line-height: 1;
  z-index: 2;
}
.event-list .year:before {
  position: absolute;
  right: auto;
  left: -7px;
  top: calc(2rem + 7px);
  width: 14px;
  height: 14px;
  content: "";
  background-color: white;
  border: 2px solid red;
  border-radius: 50%;
  z-index: 3;
}
.event-list .year:after {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(2rem - 2px + 7px);
  content: "";
  background-color: red;
  z-index: 2;
}
@media (min-width: 769px) {
  .event-list .year {
    padding: 2rem 40px 2rem 0;
  }
  .event-list .year:before {
    right: 0;
    left: auto;
  }
  .event-list .year:after {
    right: 6px;
    left: auto;
    top: 0;
  }
}
.event-list .txt {
  color: #333;
  padding: 0 0 2rem 1.5rem;
  position: relative;
  z-index: 1;
}
.event-list .txt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 150%;
  content: "";
  background-color: red;
  z-index: 0;
}
.event-list .txt p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .event-list .txt {
    padding: 2rem 0 2rem 40px;
  }
  .event-list .txt:before {
    left: -7px;
    height: calc(100% - 2rem - 14px - 9px);
  }
}
.event-list:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .event-list {
    overflow: hidden;
  }
  .event-list:after {
    display: block;
  }
  .event-list:hover:after {
    left: 0;
  }
}

/*Contact*/
.info-box {
  background-color: #f6f6f6;
  height: 100%;
}
.info-box .info {
  text-align: center;
  padding: 2rem 2.5rem;
}
.info-box .info .title {
  font-size: 1.3rem;
  display: inline-flex;
  border-bottom: 2px solid red;
  padding: 0.4rem 0;
  margin-bottom: 2rem;
  color: #333;
}
.info-box .info p {
  font-size: 1rem;
  color: #333;
}
.info-box .info p a {
  color: #333;
}
.info-box .info p b {
  margin-right: 0.5rem;
}
.info-box .switch-box {
  position: relative;
}
.info-box .switch-box .cmp-img {
  position: relative;
  z-index: 1;
}
.info-box .switch-box .cmp-map-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s ease;
  z-index: 2;
}
.info-box .switch-box .cmp-map-wrap.active {
  height: var(--map-height);
}
.info-box .switch-box .cmp-map-wrap.active .btn-map {
  bottom: var(--map-height);
}
.info-box .switch-box .cmp-map {
  width: 100%;
  height: 100%;
}
.info-box .switch-box .cmp-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.info-box .switch-box .btn-map {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #666;
  padding: 0.3rem 1.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: white;
  text-align: center;
  z-index: 3;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s linear;
}
.info-box .switch-box .btn-map:hover {
  background-color: red;
}

.slogan2 {
  font-size: 1.1rem;
  background-color: black;
  padding: 0.6rem 2rem;
  margin: 4rem 0;
  color: white;
  font-style: italic;
  display: inline-flex;
}

.contact-form {
  background: url("../images/bg-about1.jpg") no-repeat center bottom;
  background-size: 100% auto;
}/*# sourceMappingURL=about.css.map */