@charset "UTF-8";
body {
  padding: 0;
  font-family: "PingFang TC", "微軟正黑體", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

footer a {
  color: #315CDB;
}

main {
  background-image: url("../_img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  max-width: 100vw;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}

@media all and (max-width: 991.98px) {
  .bank {
    height: 100%;
    background-image: url("../_img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.services {
  margin-top: 135px;
}
@media all and (max-width: 991.98px) {
  .services {
    margin-top: 0;
  }
  .services::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
}

.max-container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}
@media all and (max-width: 1199.98px) {
  .max-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 991.98px) {
  .max-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.logo {
  margin: 0 0 100px 0;
}
@media all and (max-width: 991.98px) {
  .logo {
    margin: 0 0 50px 0;
  }
}

.hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.service-card {
  background: rgba(59, 59, 59, 0.7);
  backdrop-filter: blur(10px);
  transition: all 0.3s linear;
}
.service-card:hover {
  transform: scale(1.05);
  transition: all 0.2s linear;
}
.service-card img {
  object-fit: cover;
}
.service-card p {
  color: rgba(255, 255, 255, 0.7);
  height: 65px;
}
@media all and (max-width: 991.98px) {
  .service-card p {
    height: 100%;
  }
}
.service-card .hr {
  background: rgba(255, 255, 255, 0.2);
}
.service-card .service-btn:hover {
  background: #ee0c17;
  transition: all 0.3s ease-in;
}

.position-md-fixed {
  position: fixed;
}
@media all and (max-width: 991.98px) {
  .position-md-fixed {
    position: relative;
  }
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-footer .close:hover {
  cursor: pointer;
  background: #91090f;
  transition: all 0.3s ease-in;
}

[data-aos=extendWidth] {
  width: 0%;
}

[data-aos=extendWidth].aos-animate {
  width: 100%;
  transition: all ease-in-out;
}

ol li,
ul li {
  line-height: 1.8rem;
}

.list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.list-inline li {
  list-style-type: none;
  display: inline-block;
}

ol {
  margin: 0;
  padding: 0;
}
ol > li {
  list-style-type: cjk-ideographic;
  margin-left: 60px;
}
ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}
ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}
ol > li > ol > li > ol > li:nth-child(1n+10):before {
  left: -32px;
}
ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}
ol > li > ol > li > ol > li > ol > li:after, ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}
ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}
ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}

.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #CC0000;
  color: #fff;
  vertical-align: middle;
}
.table thead th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table thead th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.table tbody th {
  background: rgba(204, 0, 0, 0.5);
  color: #fff;
  vertical-align: middle;
}

.table-style01 {
  border: 1px solid #dfdfdf;
}
.table-style01 tr {
  border-bottom: 1px solid #dfdfdf;
}
.table-style01 tr:nth-child(even) {
  background: #f5f5f5;
}
.table-style01 td {
  border: none;
}
.table-style01 thead th {
  background: #CC0000;
}
.table-style01 tbody th {
  background: rgba(204, 0, 0, 0.5);
  color: #fff;
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

@media (max-width: 991px) {
  .table {
    font-size: 0.9rem;
  }
  .table td,
  .table th {
    padding: 0.5rem 0.75rem;
  }
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd thead {
    display: none;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.4rem 0.75rem;
  }
  .table-rwd tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-rwd td {
    border: none;
    padding: 0.4rem 0.75rem 0.1rem;
  }
  .table-rwd td:last-child {
    padding: 0.4rem 0.75rem;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-style01 tr:nth-child(even) {
    background: transparent;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */