@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
body {
  margin: 0;
  color: #061D42;
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #FDF9F1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}

.dib-center {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: white;
}

#loading img {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 2s infinite;
          animation: rotate 2s infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

hr {
  background-color: #0a2d65;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #061D42;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: cwTeXYen, sans-serif;
}

@media (min-width: 992px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

h3 {
  color: #0a2d65;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
}

p {
  line-height: 2em;
}

img {
  width: 100%;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .row:not(:last-child) {
    margin-bottom: 100px;
  }
}

.slick-prev:before,
.slick-next:before {
  color: #0a2d65;
  font-size: 24px;
}

.slick-dots li button:before {
  color: #0a2d65;
}

.btn {
  width: 100%;
  line-height: 40px;
  border: 1px solid #fbb52b;
  background-color: #fbb52b;
  border-radius: 50vh;
  color: white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn i {
  line-height: 40px;
  font-size: 18px;
}

.btn.secondary {
  border: 1px solid #fbb52b;
  background-color: white;
  color: #fbb52b;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: white;
  background-color: #0a2d65;
  border-radius: 50vh;
}

section:not(:first-child) {
  padding: 40px 0;
}

#banner {
  padding-top: 40px;
  position: relative;
  font-family: cwTeXYen, sans-serif;
}

#about {
  background-color: #FEFCF9;
}

#about h2 {
  font-size: 24px;
}

@media (min-width: 992px) {
  #about h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

#about p {
  margin-top: 10px;
}

#services ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

#services ul li {
  text-align: center;
  border: 1px solid;
  width: 48%;
  margin: 8px 0;
  padding: 12px 0;
  font-size: 18px;
  background-color: white;
  color: #0a2d65;
}

#services dl dt {
  display: inline-block;
  font-weight: 400;
  background-color: #0a2d65;
  color: white;
  padding: 4px 12px;
}

#services dl dd {
  margin-top: 4px;
  margin-bottom: 16px;
  font-weight: 300;
}

section.bg {
  background: url(../image/bg.jpg) no-repeat center/cover, #eee;
  background-blend-mode: overlay;
}

@media (min-width: 992px) {
  section.bg {
    background-attachment: fixed;
  }
}

section.bg h2 {
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 32px;
  border-bottom: 2px solid;
}

section.bg ul {
  padding: 0 20px;
  list-style-position: inside;
}

section.bg ul li {
  margin: 20px 0;
  font-size: 16px;
  font-style: italic;
}

section.bg ul li span {
  color: #fbb52b;
  padding: 0 2px;
  letter-spacing: 1.5px;
}

section.bg a {
  width: 80%;
  max-width: 500px;
}

#work {
  background-color: #FEFCF9;
}

#work .item {
  border-top: 1px solid gainsboro;
  width: 50%;
  position: relative;
  background-color: white;
}

#work .item a {
  height: 200px;
  padding: 5px;
}

#work .item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#work .item:not(:nth-child(2n+2)) {
  border-right: 1px solid gainsboro;
}

#work .item:nth-child(11),
#work .item:nth-child(12) {
  border-bottom: 1px solid gainsboro;
}

footer {
  padding: 40px 5px 80px;
  background-color: white;
}

footer p,
footer a {
  margin: 0;
  font-size: 14px;
  color: #061D42;
}

.quick-link-l {
  z-index: 99;
  position: fixed;
  bottom: 100px;
  right: 0;
  background-color: #0a2d65;
  display: none;
}

.quick-link-l .link-btn {
  font-size: 20px;
  border-radius: 0;
  background-color: #fbb52b;
  color: white;
  width: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 12px;
}

.quick-link-l .link-btn span {
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: 8px;
}

.quick-link-l .link-btn:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.quick-link-l .link-btn i {
  padding: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quick-link-l .link-btn:hover {
  cursor: pointer;
}

.quick-link-l .link-btn:hover i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.quick-link-s {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 -2px 4px rgba(104, 104, 104, 0.2);
  box-shadow: 0 -2px 4px rgba(104, 104, 104, 0.2);
  display: none;
}

.quick-link-s .link-btn {
  line-height: 30px;
  width: 40%;
  color: white;
  text-align: center;
  background-color: #fbb52b;
  border: 0;
  border-radius: unset;
  padding: 8px 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  float: left;
  margin: 0;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.quick-link-s .link-btn.top {
  width: 20%;
}

.quick-link-s .link-btn:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.quick-link-s .link-btn i {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #loading img {
    width: 300px;
    height: 300px;
  }
  #banner {
    padding-top: 50px;
  }
  #services ul li {
    width: 23%;
  }
  #services dl {
    text-align: center;
  }
  #work .item {
    width: 25%;
  }
  #work .item a {
    height: 400px;
    padding: 10px;
  }
  #work .item {
    width: calc(100% / 3);
  }
  #work .item:not(:nth-child(2n+2)) {
    border-right: 0;
  }
  #work .item:not(:nth-child(3n+3)) {
    border-right: 1px solid gainsboro;
  }
  #work .item:nth-child(10),
  #work .item:nth-child(11),
  #work .item:nth-child(12) {
    border-bottom: 1px solid gainsboro;
  }
}

@media screen and (min-width: 992px) {
  section:not(:first-child) {
    padding: 120px 0;
  }
  h2 {
    margin-bottom: 80px;
  }
  a:hover {
    color: #145BCE;
  }
  .hover-border {
    padding-bottom: 5px;
    position: relative;
  }
  .hover-border::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #061D42;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hover-border:hover::after {
    width: 100%;
  }
  .link-btn i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .link-btn:hover i {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .btn {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn span, .btn i {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    left: 0;
  }
  .btn:hover {
    color: white;
  }
  .btn:hover span, .btn:hover i {
    left: 20px;
  }
  .btn.btn.secondary {
    color: #fbb52b;
  }
  #banner {
    padding-top: 0;
    position: relative;
    padding-top: 10vh;
    z-index: 0;
    height: 100vh;
  }
  #banner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 5%;
    background-color: #fbb52b;
    margin-left: auto;
    z-index: -1;
    -webkit-animation: height 0.8s 2s forwards;
            animation: height 0.8s 2s forwards;
  }
  @-webkit-keyframes height {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  @keyframes height {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  #banner .img-box {
    position: relative;
  }
  #banner .img-box img {
    height: 85vh;
    width: 50%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #banner .img-content {
    width: 50%;
    padding-right: 5%;
  }
  #banner .img-content strong {
    display: block;
    font-size: 44px;
    margin-bottom: 36px;
  }
  #banner .img-content strong span {
    color: #fbb52b;
  }
  #banner .img-content p {
    margin: 0;
    font-size: 20px;
  }
  #services ul {
    margin-bottom: 80px;
  }
  #services ul li {
    position: relative;
    margin: 20px 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #services ul li:hover {
    top: -10px;
  }
  #services dl dt {
    padding: 8px 20px;
  }
  #services dl dd {
    margin: 12px 0 28px;
  }
  section.bg h2 {
    font-size: 48px;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  section.bg ul li {
    font-size: 24px;
    margin: 30px 0;
  }
  #work .item {
    width: 25%;
  }
  #work .item a {
    height: 400px;
    padding: 10px;
  }
  #work .item:not(:nth-child(3n+3)) {
    border-right: 0;
  }
  #work .item:not(:nth-child(4n+4)) {
    border-right: 1px solid gainsboro;
  }
  #work .item:nth-child(9),
  #work .item:nth-child(10),
  #work .item:nth-child(11),
  #work .item:nth-child(12) {
    border-bottom: 1px solid gainsboro;
  }
  #work .item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #work .item:hover {
    background-color: #FDF9F1;
  }
  footer {
    padding: 40px 0;
  }
  footer a:hover {
    color: #145BCE;
  }
}
/*# sourceMappingURL=style.css.map */