@font-face {
  font-family: 'Noto_Sans_TC';
  src: url("fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.otf") format("opentype"), url("fonts/Noto_Sans_TC/NotoSansTC-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("opentype"), url("fonts/Poppins/Poppins-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Poppins Lighter';
  src: url("fonts/Poppins/Poppins-Light.woff") format("woff"), url("fonts/Poppins/Poppins-Light.ttf") format("opentype"), url("fonts/Poppins/Poppins-Light.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Kaushan Script';
  src: url("fonts/Kaushan_Script/KaushanScript-Regular.ttf") format("opentype"); }
*::-webkit-scrollbar {
  height: 5px;
  width: 12px;
  background-color: #f0f0f0;
  border-radius: 6px; }

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 0; }

html {
  padding: 0 !important;
  font-family: 'Poppins', 'Noto Sans TC', Arial, sans-serif; }

body {
  font-family: 'Poppins', 'Noto Sans TC', Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden !important;
  background-color: white;
  color: #999 !important;
  counter-reset: num;
  min-height: 900px; }
  @media (min-width: 769px) {
    body {
      font-size: 18px; } }
  body p,
  body ul,
  body li {
    font-size: 1rem;
    line-height: 1.8rem;
    letter-spacing: 0.07rem; }
  body a {
    text-decoration: none;
    transition: all 0.2s ease-in; }
  body mark,
  body .mark {
    color: #ffff00 !important;
    padding: 0;
    font-weight: bold;
    background-color: transparent !important;
    margin: 0 0.2rem; }
  body .imp {
    color: red;
    font-size: 1.25rem; }
  body .btn {
    padding: 0.8rem 1.8rem 0.6rem 1.8rem;
    font-size: 1rem;
    border-radius: 0;
    text-transform: capitalize;
    transition: all 0.3s linear; }
  body .btn-none {
    border: 0;
    background-color: transparent;
    border-radius: 0; }
  body .btn-video {
    border-radius: 45px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%; }
    body .btn-video img {
      width: 100%;
      height: auto;
      transition: all 0.3s linear; }
    body .btn-video .play-icon {
      position: absolute;
      width: 40px;
      height: 40px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-video .play-icon:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.4);
        content: "";
        z-index: -1;
        transition: all 0.3s linear; }
      body .btn-video .play-icon i {
        color: #1d2088;
        font-size: 2rem;
        z-index: 1; }
    body .btn-video:hover, body .btn-video:active, body .btn-video:focus {
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover .play-icon:before, body .btn-video:active .play-icon:before, body .btn-video:focus .play-icon:before {
        background-color: white; }
      body .btn-video:hover .play-icon:after, body .btn-video:active .play-icon:after, body .btn-video:focus .play-icon:after {
        box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-video:hover img, body .btn-video:active img, body .btn-video:focus img {
        transform: scale(1.1); }
  body .btn-hollow {
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 16px rgba(255, 255, 0, 0.4);
    border-radius: 50px;
    color: #666;
    padding: 0.2rem 0.3rem 0.2rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem; }
    body .btn-hollow i {
      background-color: white;
      border-radius: 50px;
      color: #666;
      width: 30px;
      height: 30px;
      margin-left: 1rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s linear; }
    @media (min-width: 769px) {
      body .btn-hollow {
        padding: 0.2rem 0.3rem 0.2rem 1.8rem;
        font-size: 1rem; }
        body .btn-hollow i {
          margin-left: 2rem;
          width: 40px;
          height: 40px; } }
    body .btn-hollow:hover, body .btn-hollow:active, body .btn-hollow:focus {
      background-color: #ffff00 !important;
      color: #1d2088 !important;
      border: 1px solid #ffff00 !important; }
      body .btn-hollow:hover i, body .btn-hollow:active i, body .btn-hollow:focus i {
        color: #1d2088 !important;
        background-color: white; }
  body .btn-more {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 2.5rem;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    z-index: 9; }
    body .btn-more i {
      font-size: 1.2rem;
      color: #999;
      transition: all 0.3s linear; }
      body .btn-more i:before {
        transition: all 0.3s linear; }
    body .btn-more:hover, body .btn-more:active, body .btn-more:focus {
      background-color: white;
      border: 1px solid white; }
      body .btn-more:hover i, body .btn-more:active i, body .btn-more:focus i {
        color: #1d2088; }
    @media (min-width: 992px) {
      body .btn-more {
        width: 45px;
        height: 45px;
        top: 4.5rem; }
        body .btn-more i {
          font-size: 1.4rem; } }
  body .btn-more-light {
    background-color: white;
    color: #666;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 1.8rem; }
    body .btn-more-light i {
      background-color: white;
      border-radius: 50px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      margin-left: 2rem;
      position: relative;
      z-index: 0;
      transition: all 0.3s linear; }
      body .btn-more-light i:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: "";
        background-color: #f0f0f0;
        border-radius: 50px;
        width: 36px;
        height: 36px;
        z-index: -1;
        transition: all 0.3s linear; }
    body .btn-more-light:hover, body .btn-more-light:active, body .btn-more-light:focus {
      color: #1d2088;
      background-color: white;
      box-shadow: 0 0 20px rgba(255, 255, 0, 0.3); }
      body .btn-more-light:hover i, body .btn-more-light:active i, body .btn-more-light:focus i {
        background-color: white;
        color: #ffff00; }
        body .btn-more-light:hover i:after, body .btn-more-light:active i:after, body .btn-more-light:focus i:after {
          background-color: #1d2088; }
  body .btn-download {
    background-color: white;
    color: #999;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.3rem 0.3rem 1.8rem; }
    body .btn-download i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 2rem;
      position: relative;
      z-index: 0;
      color: #666;
      font-size: 1.25rem;
      transition: all 0.3s linear; }
    body .btn-download:hover, body .btn-download:active, body .btn-download:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-download:hover i, body .btn-download:active i, body .btn-download:focus i {
        background-color: #1d2088;
        color: white; }
  body .btn-compare {
    background-color: #4e50af;
    color: white;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 1.5rem 0.3rem 0.3rem; }
    body .btn-compare i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      position: relative;
      z-index: 0;
      color: #666;
      transition: all 0.3s linear; }
    body .btn-compare:hover, body .btn-compare:active, body .btn-compare:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-compare:hover i, body .btn-compare:active i, body .btn-compare:focus i {
        background-color: #1d2088;
        color: white; }
  body .btn-inquiry {
    background-color: #1d2088;
    color: white;
    border: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.3rem 0.3rem 1.5rem; }
    body .btn-inquiry i {
      background-color: #f0f0f0;
      border-radius: 50px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 1rem;
      position: relative;
      z-index: 0;
      color: #666;
      transition: all 0.3s linear; }
    body .btn-inquiry:hover, body .btn-inquiry:active, body .btn-inquiry:focus {
      color: #1d2088;
      background-color: #f0f0f0;
      box-shadow: none; }
      body .btn-inquiry:hover i, body .btn-inquiry:active i, body .btn-inquiry:focus i {
        background-color: #1d2088;
        color: white; }
  body .link-img {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.3s linear; }
    body .link-img p {
      position: absolute;
      left: 2rem;
      bottom: 1rem;
      font-size: 1.3rem;
      color: white; }
    body .link-img img {
      transition: all 0.3s linear; }
    @media (min-width: 1200px) {
      body .link-img {
        border-radius: 45px; }
        body .link-img p {
          bottom: 2rem;
          font-size: 1.67rem; } }
    body .link-img:hover, body .link-img:active, body .link-img:focus {
      box-shadow: none; }
      body .link-img:hover img, body .link-img:active img, body .link-img:focus img {
        transform: scale(1.1); }

.container-fluid {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important; }
  @media (min-width: 769px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 2.5) !important; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
      padding-left: calc(var(--bs-gutter-x) * 3.5) !important; } }

.modal .modal-dialog {
  display: flex;
  align-items: center;
  min-height: 100vh; }
  .modal .modal-dialog .modal-content {
    border: 0; }
    .modal .modal-dialog .modal-content .modal-header {
      padding: 1.5rem 2rem !important; }
      .modal .modal-dialog .modal-content .modal-header h4 {
        color: #1d2088;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 0 !important; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 1.5rem 2rem !important; }
      .modal .modal-dialog .modal-content .modal-body .form-label {
        font-size: 0.95rem;
        color: #666;
        font-weight: bold;
        letter-spacing: 0; }
      .modal .modal-dialog .modal-content .modal-body .form-control {
        font-size: 0.9rem !important;
        color: #333 !important; }
        .modal .modal-dialog .modal-content .modal-body .form-control::placeholder {
          font-size: 0.9rem !important;
          color: #999 !important; }
      .modal .modal-dialog .modal-content .modal-body .note p {
        font-size: 0.8rem;
        color: #999;
        margin-bottom: 0;
        letter-spacing: 0; }
      .modal .modal-dialog .modal-content .modal-body .note ol li {
        font-size: 0.8rem;
        color: #999;
        line-height: 1.25rem !important;
        margin-bottom: 0.5rem !important;
        letter-spacing: 0; }
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0; }

/*Catalog*/
.cat-list img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  transition: all 0.3s linear; }
.cat-list a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px 20px 10px 20px; }
  .cat-list a:after {
    position: absolute;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: white;
    content: "\F30A";
    font-family: "bootstrap-icons";
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d2088;
    font-size: 1.5rem;
    transition: all 0.3s linear; }
  .cat-list a:hover, .cat-list a:active, .cat-list a:focus {
    display: block;
    position: relative; }
    .cat-list a:hover:after, .cat-list a:active:after, .cat-list a:focus:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
.cat-list .cat-name {
  font-size: 1rem;
  font-weight: normal;
  transition: all 0.3s linear;
  padding: 0 20px; }
.cat-list:hover img, .cat-list:active img, .cat-list:focus img {
  box-shadow: 0 0 30px rgba(255, 255, 0, 0.2); }
.cat-list:hover .cat-name, .cat-list:active .cat-name, .cat-list:focus .cat-name {
  color: #1d2088; }

/*Instructions*/
.ins-list {
  display: block; }
  .ins-list img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0;
    margin-bottom: 1.5rem;
    transition: all 0.3s linear; }
  .ins-list:hover img, .ins-list:active img, .ins-list:focus img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(255, 255, 0, 0.3);
    margin-bottom: 1.5rem; }

.ins-name {
  color: #1d2088;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center; }

/*FAQ*/
.faq .accordion-item {
  border: 0;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .faq .accordion-item {
      border-radius: 35px; } }
  .faq .accordion-item .accordion-header .accordion-button {
    background-color: white;
    color: #666;
    border: 0;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    box-shadow: none;
    font-size: 1.1rem;
    padding: 1.2rem 1.5rem 1.2rem 85px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    min-height: 80px;
    transition: all 0.3s linear; }
    .faq .accordion-item .accordion-header .accordion-button:before {
      content: "Q";
      width: 55px;
      height: 50px;
      border-radius: 50px;
      background-color: #f0f0f0;
      color: #1d2088;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      padding: 0.3rem;
      position: absolute;
      left: 1rem;
      top: 1rem;
      transition: all 0.3s linear; }
    @media (min-width: 992px) {
      .faq .accordion-item .accordion-header .accordion-button {
        padding: 1.2rem 1.5rem 1.2rem 95px;
        font-size: 1.4rem;
        min-height: 95px; }
        .faq .accordion-item .accordion-header .accordion-button:before {
          width: 64px;
          height: 64px;
          font-size: 2.6rem; } }
    .faq .accordion-item .accordion-header .accordion-button:after {
      filter: invert(65%) sepia(7%) saturate(8%) hue-rotate(358deg) brightness(95%) contrast(80%); }
    .faq .accordion-item .accordion-header .accordion-button.collapsed {
      border-radius: 80px;
      color: #999; }
    .faq .accordion-item .accordion-header .accordion-button:hover {
      color: #1d2088; }
      .faq .accordion-item .accordion-header .accordion-button:hover:before {
        background-color: #ffff00 !important;
        color: #1d2088 !important; }
  .faq .accordion-item .accordion-body {
    display: flex;
    flex-direction: row;
    padding: 1.2rem 1.5rem 1.2rem 85px;
    position: relative; }
    .faq .accordion-item .accordion-body:before {
      content: "A";
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background-color: #1d2088;
      color: white;
      font-size: 1.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      padding: 0.3rem;
      position: absolute;
      left: 1rem;
      top: 1rem; }
    @media (min-width: 992px) {
      .faq .accordion-item .accordion-body {
        padding: 1.2rem 1.5rem 1.2rem 95px; }
        .faq .accordion-item .accordion-body:before {
          width: 64px;
          height: 64px;
          font-size: 2.6rem; } }
    .faq .accordion-item .accordion-body .answer {
      display: inline-flex;
      flex-direction: column;
      width: 100%; }
      .faq .accordion-item .accordion-body .answer img {
        margin: 1rem auto 2rem auto;
        max-width: 100%;
        height: auto; }
        @media (min-width: 769px) {
          .faq .accordion-item .accordion-body .answer img {
            max-width: 80%; } }
