@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-header {
  border-bottom: 0;
  padding-bottom: 0; }

ul.tab-control {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul.tab-control li {
    list-style: none;
    background-color: #f0f0f0;
    color: #999;
    border-radius: 10px;
    margin-right: 0.5rem;
    margin-bottom: 0;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.3em;
    transition: all 0.3s linear; }
    ul.tab-control li a {
      color: #999;
      display: block;
      padding: 0.45rem 0.65rem;
      transition: all 0.3s linear; }
    @media (min-width: 520px) {
      ul.tab-control li {
        border-radius: 35px;
        margin-right: 1rem;
        text-align: center;
        font-size: 1rem; }
        ul.tab-control li a {
          padding: 0.6rem 1.5rem; } }
    ul.tab-control li:last-child {
      margin-right: 0; }
    ul.tab-control li.active {
      background-color: white;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      ul.tab-control li.active a {
        color: #1d2088; }
    ul.tab-control li:hover, ul.tab-control li:active, ul.tab-control li:focus {
      background-color: #1d2088; }
      ul.tab-control li:hover a, ul.tab-control li:active a, ul.tab-control li:focus a {
        color: white; }

.form-normal .btn-hollow i {
  background-color: #f0f0f0;
  color: #666; }
.form-normal .form-label {
  color: #999;
  font-size: 0.85rem; }
  .form-normal .form-label mark {
    color: #1d2088;
    font-weight: bold; }
.form-normal .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #cdcdcd; }
  .form-normal .form-control.verification {
    padding-right: 100px; }
.form-normal .invalid-feedback {
  font-size: 0.7rem !important;
  color: red !important; }
.form-normal .valid-feedback {
  font-size: 0.7rem !important;
  color: darkgreen !important; }
.form-normal .checkImg {
  position: absolute;
  bottom: 10px;
  right: 50px;
  line-height: 0; }
  .form-normal .checkImg img {
    max-width: 100%;
    margin: 0px;
    line-height: 1; }
.form-normal .btn-refresh {
  width: 15px;
  height: 15px;
  bottom: 22px;
  right: 10px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: none;
  transition: all 0.3s linear; }
  .form-normal .btn-refresh i {
    transition: all 0.3s linear; }
    .form-normal .btn-refresh i:before {
      transition: all 0.3s linear; }
  .form-normal .btn-refresh:hover i {
    color: red; }
    .form-normal .btn-refresh:hover i:before {
      transform: rotate(180deg); }

.cmp-info .cmp-name {
  font-size: 1.5rem;
  font-weight: normal;
  color: #333;
  margin-bottom: 1rem; }
.cmp-info dl {
  font-size: 1rem;
  color: #999; }
  .cmp-info dl dt {
    font-weight: normal;
    text-transform: uppercase;
    maRgin-bottom: 0.5rem;
    color: #1d2088; }
    .cmp-info dl dt i {
      color: #1d2088; }
  .cmp-info dl dd {
    margin-bottom: 1.3rem; }
    .cmp-info dl dd a {
      color: #999; }

.form-inquiry .form-text {
  border-left: 0;
  margin-top: 4rem; }
  @media (min-width: 992px) {
    .form-inquiry .form-text {
      border-left: 3px solid #1d2088;
      margin-top: 0; } }

.step {
  color: #999;
  font-size: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1rem; }
  .step span {
    font-size: 1.35rem;
    color: white;
    font-weight: bold;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-style: italic;
    text-transform: uppercase;
    display: block;
    padding: 0.3rem 0.8rem;
    background-color: #1d2088; }
  @media (min-width: 769px) {
    .step {
      font-size: 1.2rem;
      margin-bottom: 3rem; }
      .step span {
        font-size: 1.6rem;
        margin-bottom: 0;
        display: inline-block;
        color: #1d2088;
        padding: 0;
        background-color: transparent; } }

.items .list {
  margin-bottom: 1rem; }
  .items .list a {
    display: block; }
  .items .list .p-name {
    color: #1d2088;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
    display: block; }
  .items .list .p-class {
    color: #999;
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    display: block; }
  .items .list .btn-delete {
    border: 0;
    background-color: transparent;
    color: #1d2088;
    transition: all 0.3s linear; }
    .items .list .btn-delete:hover, .items .list .btn-delete:active, .items .list .btn-delete:focus {
      color: red; }
  .items .list .btn-sm {
    padding: 5px !important;
    height: 35px !important;
    width: 45px; }
  .items .list #minus-btn {
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
    border: 1px solid #cdcdcd; }
  .items .list #plus-btn {
    border-top-right-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
    border: 1px solid #cdcdcd; }
  .items .list .form-control {
    padding: 5px 10px !important;
    height: 35px !important;
    background-color: white;
    border: 0;
    color: #999;
    border: 1px solid #cdcdcd; }
  .items .list input::-webkit-outer-spin-button,
  .items .list input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .items .list img {
    padding: 1rem;
    background-color: white;
    border-radius: 8px;
    overflow: hidden; }
