@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Noto+Sans+TC&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://use.typekit.net/ryh1knm.css");
@keyframes scrollAnimation {
  0% {
    top: 0%;
  }
  60% {
    top: 100%;
  }
  80% {
    top: 100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.top {
  height: 100vh;
  width: 100%;
  background: url("../images/index/topBg.png") no-repeat right bottom;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top {
    background: url("../images/index/topBg.png") no-repeat right -225px bottom;
    background-size: cover;
  }
}
.top .indexTitleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 105px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1279px) {
  .top .indexTitleBox {
    margin-left: 80px;
    width: 645px;
  }
}
@media screen and (max-width: 1023px) {
  .top .indexTitleBox {
    margin: 0;
    width: 90vw;
    position: unset;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .top .indexTitleBox {
    text-align: center;
  }
}
.top .indexTitleBox > img {
  width: 925px;
  margin: 0 0 24px;
}
@media screen and (max-width: 1439px) {
  .top .indexTitleBox > img {
    width: 780px;
  }
}
@media screen and (max-width: 1279px) {
  .top .indexTitleBox > img {
    width: 645px;
  }
}
@media screen and (max-width: 1023px) {
  .top .indexTitleBox > img {
    width: 100%;
  }
}
.top .indexTitleBox b {
  width: 61px;
  height: 2px;
  background: #fff;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 1279px) {
  .top .indexTitleBox b {
    margin: 0 16px 0 0;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top .indexTitleBox b {
    display: none;
  }
}
.top .indexTitleBox h2 {
  display: flex;
  align-items: center;
  font-size: 36px;
  margin: 0 0 12px;
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  .top .indexTitleBox h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top .indexTitleBox h2 {
    justify-content: center;
    font-size: 8.3333333333vw;
  }
}
.top .indexTitleBox > p {
  margin: 0 0 0 85px;
  line-height: 32px;
}
@media screen and (max-width: 1279px) {
  .top .indexTitleBox > p {
    margin: 0 0 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .top .indexTitleBox > p {
    margin: 0;
  }
}
.top .scrollItem {
  font-size: 0.75rem;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 24px;
  right: 45px;
}
.top .scrollItem b {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  margin: 12px 0 0;
  position: relative;
}
.top .scrollItem b::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -2px;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  animation: scrollAnimation 4s ease infinite;
}

main .aboutBox {
  display: flex;
  padding: 64px 12.6116657909vw 0;
}
@media screen and (max-width: 1767px) {
  main .aboutBox {
    padding: 64px 6.3058328954vw 0;
  }
}
@media screen and (max-width: 1023px) {
  main .aboutBox {
    padding: 48px 5.2548607462vw 0;
  }
}
@media screen and (max-width: 767px) {
  main .aboutBox {
    flex-flow: row wrap;
    gap: 32px 0;
  }
}
main .aboutBox .img {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .aboutBox .img {
    width: 100%;
  }
}
main .aboutBox .img img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  main .aboutBox .img img {
    width: auto;
    height: 96px;
  }
}
main .aboutBox .sp {
  color: #e85400;
  font-size: 40px;
  font-weight: bolder;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  main .aboutBox .sp {
    font-size: 32px;
    margin: 0 auto;
  }
}
main .aboutBox iframe {
  aspect-ratio: 1257/707;
  margin-top: 32px;
  max-width: 100%;
}
main .performance {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  main .performance {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  main .performance {
    height: auto;
  }
}
main .performance .titleBox {
  margin: 0 0 50px;
  color: #e85400;
  line-height: 48px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
main .performance .titleBox b {
  font-size: 1rem;
  color: #8b8b8b;
  display: block;
  line-height: normal;
  font-family: "din-2014", "Noto Sans TC", sans-serif;
}
main .performance .cardBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 16px;
  padding: 0 6.3058328954vw;
}
@media screen and (max-width: 1023px) {
  main .performance .cardBox {
    padding: 0 5.2548607462vw 0;
  }
}
main .performance .cardBox .card {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 1439px) {
  main .performance .cardBox .card {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  main .performance .cardBox .card {
    width: 100%;
  }
}
main .performance .cardBox .card a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  padding: 0 32px 32px 32px;
  position: relative;
  background: #303030;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main .performance .cardBox .card a {
    padding: 0 24px 24px 24px;
  }
}
main .performance .cardBox .card a:hover {
  background: none;
}
main .performance .cardBox .card a:hover .bg img {
  opacity: 0.5;
  filter: grayscale(0%);
}
main .performance .cardBox .card a:hover .content {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
main .performance .cardBox .card a span {
  font-family: "Josefin Sans", sans-serif;
  color: #d0d0d0;
  font-size: 14px;
}
main .performance .cardBox .card a h4 {
  margin: 4px 0 8px 0;
  font-size: 24px;
  font-family: "din-2014", "Noto Serif TC", sans-serif;
  font-weight: 600;
  line-height: 1;
}
main .performance .cardBox .card a .content {
  color: #e6e6e6;
  line-height: 1.5;
}
main .performance .cardBox .card a .icon {
  display: block;
  text-align: right;
  margin: 8px 0 0 0;
}
main .performance .cardBox .card a .icon svg {
  width: 16px;
  height: 16px;
}
main .performance .cardBox .card a .svgB {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 1439px) {
  main .performance .cardBox .card a .svgB {
    width: 56px;
  }
}
main .performance .cardBox .card a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 1;
}
main .performance .cardBox .card a .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  filter: grayscale(100%);
  transition: filter 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
main .case {
  position: relative;
}
main .case .caseItem {
  display: flex;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  main .case .caseItem {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  main .case .caseItem {
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}
main .case .caseItem .caseMain {
  width: 100%;
  background: #303030 url("../images/index/caseBg.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 80px 32px 40px 12.6116657909vw;
}
@media screen and (max-width: 1767px) {
  main .case .caseItem .caseMain {
    padding: 80px 32px 40px 6.3058328954vw;
  }
}
@media screen and (max-width: 1439px) {
  main .case .caseItem .caseMain {
    padding: 48px 32px 40px 6.3058328954vw;
  }
}
@media screen and (max-width: 1279px) {
  main .case .caseItem .caseMain {
    padding: 32px 32px 32px 6.3058328954vw;
  }
}
@media screen and (max-width: 1023px) {
  main .case .caseItem .caseMain {
    padding: 24px 5.2548607462vw 48px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main .case .caseItem .caseMain {
    padding: 24px 0 48px;
  }
}
main .case .caseItem .caseMain .caseInfo .type {
  color: #8b8b8b;
}
@media screen and (max-width: 767px) {
  main .case .caseItem .caseMain .caseInfo .type {
    color: #fff;
    margin: auto 0 0;
  }
}
main .case .caseItem .caseMain .caseInfo h3 {
  color: #ed6d01;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  margin: 6px 0 8px;
  line-height: 1;
}
main .case .caseItem .caseMain .caseInfo .content {
  font-size: 0.875rem;
  line-height: 22px;
}
main .case .caseItem .caseMain .caseInfo h4 {
  margin: 48px 0 8px;
  line-height: 1.3;
  font-family: "din-2014", "Noto Serif TC", sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  main .case .caseItem .caseMain .caseInfo h4 {
    margin-top: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main .case .caseItem .caseMain .caseInfo h4 {
    font-size: 1.25rem;
    height: 48.75px;
  }
}
main .case .caseItem .caseMain .caseInfo .suTitle {
  font-size: 1.25rem;
  color: #8b8b8b;
}
main .case .caseItem .caseMain .caseInfo .btnBox {
  margin: 24px 0 106px;
}
@media screen and (max-width: 1679px) {
  main .case .caseItem .caseMain .caseInfo .btnBox {
    margin: 24px 0 74px;
  }
}
@media screen and (max-width: 767px) {
  main .case .caseItem .caseMain .caseInfo .btnBox {
    margin: 16px 0;
    text-align: right;
  }
}
main .case .caseItem .caseMain .caseInfo .btnBox .btn {
  font-family: "Roboto", sans-serif;
}
main .case .caseItem .img {
  width: 680px;
  aspect-ratio: 800/600;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  main .case .caseItem .img {
    width: 560px;
  }
}
@media screen and (max-width: 1279px) {
  main .case .caseItem .img {
    width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  main .case .caseItem .img {
    width: 100%;
  }
}
main .case .caseItem .img img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
main .case .slick-arrow {
  font-size: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 40px;
  right: 770px;
  z-index: 2;
  background: #5e5e5e url(../images/icon/right_g.png) no-repeat center;
  background-size: 24px;
  border-radius: 0;
  border: 0;
  transition: background 0.15s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  main .case .slick-arrow {
    right: 650px;
  }
}
@media screen and (max-width: 1279px) {
  main .case .slick-arrow {
    right: 540px;
    bottom: 24px;
  }
}
main .case .slick-arrow:hover {
  background: #e85400 url(../images/icon/right_w.png) no-repeat center;
  background-size: 24px;
}
main .case .slick-arrow.slick-prev {
  right: 826px;
  background: #5e5e5e url(../images/icon/left_g.png) no-repeat center;
  background-size: 24px;
}
@media screen and (max-width: 1439px) {
  main .case .slick-arrow.slick-prev {
    right: 706px;
  }
}
@media screen and (max-width: 1279px) {
  main .case .slick-arrow.slick-prev {
    right: 596px;
  }
}
main .case .slick-arrow.slick-prev:hover {
  background: #e85400 url(../images/icon/left_w.png) no-repeat center;
  background-size: 24px;
}
main .case .slick-dots {
  position: absolute;
  bottom: 75vw;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 8px;
}
main .case .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .case .slick-dots li button {
  font-size: 0;
  text-indent: -999px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #5e5e5e;
}
main .case .slick-dots li.slick-active button {
  background: #fff;
}

.indexUse {
  display: flex;
}

.inUse {
  display: none;
}
/*# sourceMappingURL=index.css.map */
