html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  overflow-x: hidden;
  color: #4A4A4A;
}
body ::-moz-selection {
  background-color: rgba(216, 37, 48, 0.3);
}
body ::selection {
  background-color: rgba(216, 37, 48, 0.3);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
span,
i {
  display: inline-block;
}

a,
a:hover {
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button,
a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1366px;
  }
}
.title-container {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}
.title-container::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.eng-title {
  margin-bottom: 0;
  color: #949494;
  font-size: 30px;
  font-weight: bold;
  -webkit-text-stroke: 1px #949494;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .eng-title {
    font-size: 38px;
  }
}

.title {
  font-size: 30px;
  font-weight: 700;
  color: #1D1D1D;
}
@media (min-width: 992px) {
  .title {
    font-size: 42px;
  }
}
.title span {
  color: #d82530;
}

.inner-page {
  padding-top: 64px;
  margin-bottom: 60px;
}

.page {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.page a {
  color: #949494;
}
.page a.active, .page a:hover {
  color: #d82530;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 14px;
}
.breadcrumb a {
  color: #4A4A4A;
}
.breadcrumb .breadcrumb-item.active {
  color: #d82530;
}

.title-row {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.title-row h2 {
  display: inline-block;
  color: #4A4A4A;
  padding: 0 20px;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 992px) {
  .title-row h2 {
    padding: 0 30px;
  }
}
.title-row h2::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100px;
  height: 2px;
  top: 50%;
  left: -100px;
}
.title-row h2::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100px;
  height: 2px;
  top: 50%;
  right: -100px;
}

.w-1920 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.text-main {
  color: #d82530;
}

.text-lightBlack {
  color: #4A4A4A;
}

.text-darkBlack {
  color: #1D1D1D;
}

.text-white {
  color: #ffffff;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-23 {
  font-size: 1.4375rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.fs-28 {
  font-size: 1.75rem;
}

.fs-30 {
  font-size: 1.875rem;
}

.fs-32 {
  font-size: 2rem;
}

.fs-48 {
  font-size: 3rem;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.py-60 {
  padding: 3.75rem 0;
}

.pb-64 {
  padding-bottom: 4rem;
}

.navbar-container {
  background-color: #ffffff;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  animation: navbar-move 0.5s forwards ease-in-out;
}

@keyframes navbar-move {
  0% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0px);
  }
}
nav.navbar {
  position: static !important;
  align-items: center;
}
nav.navbar .logo {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}
nav.navbar .navbarMenu {
  flex-grow: 1;
  flex-basis: 100%;
  position: absolute;
  width: 100%;
  height: calc(100vh - 64px);
  top: -100vh;
  left: 0;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  nav.navbar .navbarMenu {
    position: static;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    width: auto;
    height: auto;
  }
}
nav.navbar .nav-item {
  text-align: center;
}
nav.navbar .nav-item {
  margin-bottom: 0.8rem;
}
@media (min-width: 1200px) {
  nav.navbar .nav-item {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
nav.navbar .nav-item .nav-link {
  color: #4A4A4A;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
}
nav.navbar .nav-item .nav-link::after {
  display: none;
  position: absolute;
  content: "";
  height: 3px;
  width: 0%;
  left: 0;
  bottom: -13px;
  background-color: #d82530;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  nav.navbar .nav-item .nav-link::after {
    display: block;
  }
}
nav.navbar .nav-item .nav-link:hover, nav.navbar .nav-item .nav-link.active {
  color: #d82530;
  transition: all 0.3s ease-in-out;
}
nav.navbar .nav-item .nav-link:hover::after, nav.navbar .nav-item .nav-link.active::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

#menuToggle {
  display: none;
}

label[for=menuToggle] {
  width: 45px;
  height: 32px;
  position: relative;
  right: 0px;
  top: 50%;
  margin-bottom: 0;
  cursor: pointer;
}
label[for=menuToggle] span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #d82530;
  left: 25%;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
label[for=menuToggle] span:nth-child(1) {
  top: 8px;
}
label[for=menuToggle] span:nth-child(2) {
  top: 16px;
}
label[for=menuToggle] span:nth-child(3) {
  top: 24px;
}
@media (min-width: 1200px) {
  label[for=menuToggle] {
    display: none;
  }
}

#menuToggle:checked ~ label span:nth-child(1) {
  transform: rotate(45deg);
  top: 16px;
}

#menuToggle:checked ~ label span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle:checked ~ label span:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
}

#menuToggle:checked ~ .navbarMenu {
  background-color: #ffffff;
  opacity: 1;
  top: 64px;
  z-index: 2;
}
@media (min-width: 1200px) {
  #menuToggle:checked ~ .navbarMenu {
    background-color: transparent;
  }
}

#menuToggle:checked ~ .navbarMenu .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
}
#menuToggle:checked ~ .navbarMenu .nav-item:hover .nav-link {
  color: #d82530;
  transition: all 0.3s ease-in-out;
}

footer {
  padding: 32px 0 16px;
}
footer .row {
  row-gap: 24px;
}
footer h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  color: #d82530;
}
footer .footer-logo {
  margin-bottom: 32px;
}
footer .footer-logo img {
  width: 150px;
}
footer a {
  color: #4A4A4A;
}
footer a:hover {
  color: #4A4A4A;
  text-decoration: underline;
}
@media (min-width: 992px) {
  footer .content {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
footer .product-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
footer .social-list {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
footer .social-list i {
  font-size: 22px;
}
footer .bottom {
  border-top: 1px solid #949494;
  padding-top: 16px;
}
footer .photonic-text {
  color: #4A4A4A;
  display: flex;
  align-items: center;
  opacity: 0.3;
}
footer .photonic-text a {
  color: #4A4A4A;
}
footer .photonic-link {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.banner-carousel {
  position: relative;
  padding-top: 64px;
  visibility: hidden;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .banner-carousel {
    margin-bottom: 66px;
  }
}
.banner-carousel.slick-initialized {
  visibility: visible;
}
.banner-carousel .slick-dots {
  bottom: 30px;
}
.banner-carousel .slick-dots li {
  margin: 0 3px;
}
.banner-carousel .slick-dots li button:before {
  content: "";
  opacity: 1;
  border-radius: 50%;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  line-height: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.banner-carousel .slick-dots li.slick-active button:before {
  background-color: #d82530;
}
.banner-carousel .item {
  position: relative;
}
.banner-carousel .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 90%, #fff 100%);
}

.intro1 {
  margin-bottom: 80px;
}
.intro1 .bg {
  padding-bottom: 50%;
}
@media (min-width: 992px) {
  .intro1 .bg {
    padding-bottom: 30%;
  }
}
.intro1 .rectangle-container {
  position: relative;
  margin-top: -100px;
}
@media (min-width: 576px) {
  .intro1 .rectangle-container {
    margin-top: -200px;
  }
}
@media (min-width: 768px) {
  .intro1 .rectangle-container {
    margin-top: -300px;
  }
}
@media (min-width: 992px) {
  .intro1 .rectangle-container {
    margin-top: -200px;
  }
}
@media (min-width: 1440px) {
  .intro1 .rectangle-container {
    margin-top: -400px;
  }
}
.intro1 .rectangle-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 800px;
  left: 0;
  top: 40%;
  background-color: transparent;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.3));
  display: none;
}
@media (min-width: 992px) {
  .intro1 .rectangle-container::before {
    display: block;
  }
}
.intro1 .plan-list {
  row-gap: 50px;
  position: relative;
}
@media (min-width: 992px) {
  .intro1 .plan-list {
    left: 50px;
  }
}
@media (min-width: 992px) {
  .intro1 .col-sm-6:nth-child(2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .intro1 .col-sm-6:nth-child(3) {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .intro1 .col-sm-6:nth-child(4) {
    margin-top: 120px;
  }
}
.intro1 .img {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.intro1 .img::before {
  content: "";
  position: absolute;
  background-image: url("/public/frontEndPackage/images/arrow.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  right: 0;
  top: -28px;
  width: 70px;
  height: 16px;
}
@media (min-width: 992px) {
  .intro1 .img::before {
    width: 100px;
  }
}
.intro1 .img .number {
  position: absolute;
  top: -40px;
  left: 80px;
  font-style: italic;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  text-shadow: 0 9px 30px rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .intro1 .img .number {
    left: 60px;
  }
}
@media (min-width: 992px) {
  .intro1 .img .number {
    left: 50px;
  }
}
.intro1 .item h3 {
  color: #d82530;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.case-row {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .case-row {
    margin-bottom: 66px;
  }
}
.case-row .row {
  row-gap: 20px;
}
.case-row .item:hover .img::before {
  height: 0;
  transition: all 0.3s ease-in-out;
}
.case-row .item .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 106%;
  margin-bottom: 20px;
  position: relative;
}
.case-row .item .img::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.case-row .item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #d82530;
}

.intro2 .img {
  padding-bottom: 50%;
  color: #ffffff;
  position: relative;
}
.intro2 .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
}

.masonry {
  margin-bottom: 60px;
}
.masonry .item {
  margin-bottom: 30px;
}
.masonry a:hover .overlay {
  transition: all 0.3s ease-in-out;
  height: 100%;
  justify-content: center;
}
.masonry .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 4px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.masonry .overlay h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.case-info-title {
  margin-bottom: 40px;
  color: #4A4A4A;
}
.case-info-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #4A4A4A;
}
.case-info-title #content {
  margin-bottom: 60px;
}

.catelog-list {
  row-gap: 30px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .catelog-list {
    row-gap: 60px;
    min-height: 30vh;
  }
}
.catelog-list .item {
  color: #4A4A4A;
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 20px;
  border-radius: 100px;
  border: 1px solid #4A4A4A;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.catelog-list .item:hover {
  background-color: #d82530;
  color: #ffffff;
  border-color: #d82530;
  transition: all 0.3s ease-in-out;
}
.catelog-list .item i {
  font-size: 22px;
}

.contact-form .form-row > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1.5rem;
}
.contact-form label {
  min-width: 72px;
}
.contact-form label span {
  color: #d82530;
}
.contact-form .form-control {
  border: 1px solid #4A4A4A;
  border-radius: 0;
}
.contact-form .form-control:focus {
  border-color: #d82530;
  box-shadow: 0 0 0 0.2rem rgba(216, 37, 48, 0.25);
}
.contact-form button#submit-btn {
  border-radius: 20px;
  color: #d82530;
  border: 1px solid #1D1D1D;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  padding: 8px 24px;
}
@media (min-width: 992px) {
  .contact-form button#submit-btn {
    padding: 12px 40px;
  }
}
.contact-form button#submit-btn:focus {
  outline: none;
}
.contact-form button#submit-btn:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background-color: #d82530;
}
.contact-form input[type=reset] {
  border: 1px solid #4A4A4A;
  color: #4A4A4A;
  background-color: #ffffff;
}

.cerify-code-panel {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cerify-code-panel .verify-code {
  margin-bottom: 0;
  border: 0;
  width: 50% !important;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .cerify-code-panel .verify-code {
    width: 25% !important;
    margin-bottom: 0px;
  }
}
.cerify-code-panel .verify-code-area {
  width: 100% !important;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .cerify-code-panel .verify-code-area {
    width: 50% !important;
  }
}
.cerify-code-panel .verify-code-area .verify-input-area {
  flex-grow: 1;
  height: 100%;
  margin-right: 8px;
}
.cerify-code-panel .varify-input-code {
  height: 100%;
  width: 100%;
}
.cerify-code-panel .verify-change-code {
  color: #e73429;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #d82530 !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 37, 48, 0.25) !important;
}

.tab-carousel {
  border-bottom: 1px solid #949494;
  padding: 0 20px 12px;
  margin-bottom: 50px;
  visibility: hidden;
}
.tab-carousel.slick-initialized {
  visibility: visible;
}
.tab-carousel .slick-slide div {
  text-align: center;
}
.tab-carousel a {
  color: #4A4A4A;
  padding: 12px 12px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.tab-carousel a.active, .tab-carousel a:hover {
  color: #ffffff;
  background-color: #d82530;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.tab-carousel .slick-arrow {
  top: 45%;
}
.tab-carousel .slick-arrow i {
  font-size: 1rem;
  cursor: pointer;
  color: #4A4A4A;
}
.tab-carousel .slick-prev {
  left: -8px;
}
.tab-carousel .slick-prev:before {
  content: "";
}
.tab-carousel .slick-next {
  right: -8px;
}
.tab-carousel .slick-next:before {
  content: "";
}/*# sourceMappingURL=all.css.map */