@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-family: "Noto Sans TC", sans-serif;
}

img {
  pointer-events: none !important;
}

h3 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  color: #ff8908;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 19px;
    letter-spacing: 1.2px;
  }
}

h3.sup-title {
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  h3.sup-title {
    font-size: 24px;
  }
}

h4 {
  font-weight: normal;
  font-size: 21px;
  color: #6d6d6d;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 17px;
  }
}

h6 {
  font-weight: lighter;
  font-size: 12px;
  color: #5b5b5b;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 10px;
  }
}

p {
  color: #6d6d6d;
  font-weight: lighter;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}

p.news {
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  p.news {
    font-size: 14px;
  }
}

p.news > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  p.news > a {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #6d6d6d;
  font-weight: lighter;
}

img {
  width: 100%;
}

.only-mb {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-mb {
    display: block;
  }
}

@media screen and (max-width: 499px) {
  header {
    padding-bottom: 70px;
  }
}

header canvas {
  width: 100%;
  pointer-events: none;
}

header svg {
  position: absolute;
  width: 100%;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  height: 100%;
}

header.case-nav {
  min-height: 130px;
}

@media screen and (max-width: 768px) {
  header.case-nav ul {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 499px) {
  header.case-nav ul {
    padding-bottom: 10px;
  }
}

header nav {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

header nav .hambur {
  display: none;
  width: 30px;
  top: 30px;
  text-align: right;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  header nav .hambur {
    display: inline-block;
  }
}

header nav ul {
  padding: 10px 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  header nav ul {
    display: none;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header nav ul li {
  font-size: 20px;
  margin-left: 30px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  header nav ul li {
    font-size: 16px;
    display: block;
    text-align: right;
    width: 100%;
    margin: 0;
  }
}

header nav ul li a {
  position: relative;
  margin: 10px 0;
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  header nav ul li a {
    display: inline-block;
  }
}

header nav ul li a img {
  width: 30px;
  display: block;
}

header nav ul li a:hover:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  top: 1.5em;
  left: calc(50% - 5px);
}

@media screen and (max-width: 768px) {
  header nav ul li a:hover:after {
    left: -1em;
    top: 0.5em;
  }
}

header nav .logo-icon {
  height: 50px;
  position: absolute;
  left: 0%;
  top: 10px;
  z-index: 9;
}

header nav .logo-icon img {
  height: 100%;
  width: auto;
}

header .logo {
  position: absolute;
  margin-left: 10%;
  display: inline;
  z-index: 1;
}

header .logo img {
  width: 80%;
  max-width: 30vw;
}

header .indexTop {
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  header .indexTop {
    bottom: -20px;
  }
}

main section {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
}

main section .service-title {
  text-align: center;
  background-image: url(../img/service-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 100%;
  margin: 100px auto;
  padding: 50px 0;
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  main section .service-title {
    background-image: url(../img/service-title-mb.png);
    padding: 10% 0;
    padding-left: 0%;
    margin: 50px auto;
  }
}

main section .case-title {
  text-align: center;
  background-image: url(../img/case-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 100%;
  margin: 100px auto;
  padding: 40px 0 40px 0;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  main section .case-title {
    background-image: url(../img/case-title-mb.png);
    padding: 8% 0 9% 3%;
    margin: 50px auto;
  }
}

main section.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section.main article {
  display: block;
  margin: 0 10px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  main section.main article {
    width: 100%;
  }
}

main section.main article p {
  margin-top: 10px;
  margin-bottom: 30px;
}

main section.main article:nth-child(2) {
  width: 40%;
}

@media screen and (max-width: 768px) {
  main section.main article:nth-child(2) {
    display: none;
  }
}

main section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main section article.service {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main section article.service div {
  width: calc(100% / 3 - 30px);
  text-align: center;
  margin: 20px 15px;
}

@media screen and (max-width: 768px) {
  main section article.service div {
    width: calc(100% / 2);
    margin: 10px 0px;
  }
}

main section article.service div img {
  height: 20vw;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

main section article.case {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60vh;
}

@media screen and (max-width: 768px) {
  main section article.case {
    margin-top: 10px;
  }
}

main section article.case.case-list > div a {
  height: 13vw;
}

@media screen and (max-width: 1280px) {
  main section article.case.case-list > div a {
    height: 23vw;
  }
}

@media screen and (max-width: 499px) {
  main section article.case.case-list > div a {
    height: 45vw;
  }
}

main section article.case > div {
  width: calc(50% - 20px);
}

main section article.case > div:nth-child(2n) {
  margin-top: 30px;
}

@media screen and (max-width: 499px) {
  main section article.case > div:nth-child(2n) {
    margin-top: 0px;
  }
}

main section article.case > div a {
  display: block;
  height: 25vw;
  max-height: 300px;
}

@media screen and (max-width: 768px) {
  main section article.case > div a {
    height: 25vw;
  }
}

@media screen and (max-width: 499px) {
  main section article.case > div a {
    height: 50vw;
  }
}

main section article.case > div a:hover:after {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
  z-index: 1;
  background-color: #ff8908;
  top: 25px;
  left: 50px;
  opacity: 0.3;
}

main section article.case > div a:hover img {
  padding: 25px 50px;
}

main section article.case > div a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ff8908;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main section article.case > div a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #ff8908;
}

@media screen and (max-width: 499px) {
  main section article.case > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

main section .pageTag {
  list-style: none;
  margin: 0 auto;
  margin-top: 5vw;
  text-align: center;
}

main section .pageTag li {
  display: inline-block;
  width: 30px;
}

main section .pageTag li a:focus {
  outline: none;
  color: #ff8908;
}

main section .arrow {
  display: inline-block;
  text-align: right;
  width: 100%;
  text-decoration: none;
  color: #6d6d6d;
}

main section .arrow img {
  width: 100px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  main section .arrow img {
    margin-right: 10px;
  }
}

main section.case-section img {
  border: none;
}

main section.case-section h1 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  color: #ff8908;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  main section.case-section h1 {
    margin: 10px 0;
  }
}

main section.case-section .category {
  border-bottom: 1px solid #ff8908;
  padding-bottom: 10px;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  main section.case-section .category {
    margin: 10px 0;
  }
}

main section.case-section .category span {
  background-color: #ff8908;
  color: #fff;
  padding: 0px 10px;
  margin-right: 5px;
}

main section.case-section .category a {
  position: absolute;
  right: 0;
}

main section.case-section .case-content {
  margin: 50px 0;
  text-align: justify;
  display: block;
}

@media screen and (max-width: 768px) {
  main section.case-section .case-content {
    margin: 10px 0;
  }
}

main section.case-section .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

main section.case-section .video-container iframe,
main section.case-section .video-container .video-container object,
main section.case-section .video-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main section.case-section #contentSlick {
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  main section.case-section #contentSlick {
    margin: 10px 0;
  }
}

main section.case-section #contentSlick img {
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media screen and (max-width: 768px) {
  main section.case-section #contentSlick img {
    height: 30vw;
  }
}

@media screen and (max-width: 499px) {
  main section.case-section #contentSlick img {
    height: 50vw;
  }
}

main section.case-section #contentSlick .slick-slide {
  margin: 0 10px;
}

main section.case-section #contentSlick .slick-prev,
main section.case-section #contentSlick .slick-next {
  position: absolute;
  top: calc(50% - 40px);
}

main section.case-section #contentSlick .slick-prev img,
main section.case-section #contentSlick .slick-next img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  main section.case-section #contentSlick .slick-prev img,
  main section.case-section #contentSlick .slick-next img {
    height: 50px;
  }
}

main section.case-section #contentSlick .slick-prev {
  left: -4%;
}

@media screen and (max-width: 499px) {
  main section.case-section #contentSlick .slick-prev {
    left: -7%;
  }
}

main section.case-section #contentSlick .slick-next {
  right: -4%;
}

@media screen and (max-width: 499px) {
  main section.case-section #contentSlick .slick-next {
    right: -7%;
  }
}

main section.case-section .content-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

main section.case-section .content-control a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main section.case-section .content-control a img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
  width: 100px;
}

@media screen and (max-width: 768px) {
  main section.case-section .content-control a img {
    width: 80px;
  }
}

@media screen and (max-width: 499px) {
  main section.case-section .content-control a img {
    width: 50px;
  }
}

main div.slick section {
  padding: 0 100px;
}

main div.slick section:focus {
  outline: none;
}

@media screen and (max-width: 1024px) {
  main div.slick section {
    padding: 0 50px;
  }
}

main div.slick section h3 {
  text-align: center;
  background-image: url(../img/work_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-width: 100%;
  width: 600px;
  display: block;
  padding: 30px 0px;
}

@media screen and (max-width: 768px) {
  main div.slick section h3 {
    padding: 20px 0;
    padding-left: 0%;
    width: 300px;
  }
}

main div.slick .slick-arrow {
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-decoration: none;
  width: 100px;
  top: 200px;
  z-index: 1;
  font-size: 18px;
  color: #6d6d6d;
  font-weight: lighter;
}

@media screen and (max-width: 1024px) {
  main div.slick .slick-arrow {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  main div.slick .slick-arrow {
    width: 30px;
  }
}

main div.slick .slick-arrow img {
  margin-bottom: 20px;
}

main div.slick .slick-prev {
  left: 18%;
}

@media screen and (max-width: 1280px) {
  main div.slick .slick-prev {
    left: 1%;
  }
}

main div.slick .slick-next {
  right: 18%;
}

@media screen and (max-width: 1280px) {
  main div.slick .slick-next {
    right: 1%;
  }
}

main .slick-prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

footer svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

footer#contactUs {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  footer#contactUs {
    background-position: 15% bottom;
    background-repeat: no-repeat;
  }
}

footer#contactUs h6 {
  padding: 10px 0;
  background-color: #ffb614;
}

footer h6 {
  padding: 80px 0 20px 0;
}

footer h3 {
  width: calc(45% - 50px);
  color: #fff;
  margin-top: 100px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer h3 {
    width: calc(45% - 20px);
  }
}

@media screen and (max-width: 499px) {
  footer h3 {
    width: 100%;
    text-align: center;
  }
}

footer div {
  width: calc(55% - 50px);
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  footer div {
    width: calc(55% - 20px);
  }
}

@media screen and (max-width: 499px) {
  footer div {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
}

footer div img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 499px) {
  footer div img {
    max-width: 70%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

footer div p {
  margin-bottom: 10px;
}

@media screen and (max-width: 499px) {
  footer div p {
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
}
/*# sourceMappingURL=main.css.map */