@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;900&display=swap");
* {
  font-family: "Heebo", "Noto Sans TC", sans-serif;
}

.navbar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-collapse {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nav-link {
  letter-spacing: 5px !important;
  color: #DDB148 !important;
  padding-bottom: 8px !important;
  padding-left: 5px !important;
}

.nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.nav-item a::after {
  content: " ";
  display: block;
  width: 0px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
  position: absolute;
  bottom: 0;
}

.nav-item a:hover::after {
  width: 85px;
}

.nav-item .nav-link:hover {
  color: white !important;
}

.shadow_sm {
  -webkit-box-shadow: 0px 1px 15px black;
          box-shadow: 0px 1px 15px black;
}

.main-content-color {
  color: #AB662A;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 992px) {
  .img-container {
    height: 110px;
    position: relative;
  }
  .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
footer p, footer a {
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
  footer p {
    margin-right: 28px;
  }
}
.index {
  min-height: 100vh;
}
.index .por {
  position: relative;
  background-image: url("/img/gray-bg.png");
  background-repeat: repeat-x;
}
.index .poa1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index .poa2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.index .QRgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}
@media (max-width: 375px) {
  .index .QRgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .index .fix-img-lg {
    width: 55%;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .index .fix-img-lg {
    width: 80%;
    margin: auto;
    margin-top: 20px;
  }
  .index .logo-img {
    width: 215px;
  }
}
@media screen and (min-width: 992px) {
  .index .mr-lg-80 {
    margin-right: 80px;
  }
}
.index .navbar-light .navbar-toggler-icon i {
  color: #DDB148 !important;
}

.about {
  min-height: 100vh;
}
.about .about_box_bg {
  background: url(/img/gray-bg.png) no-repeat center;
  background-size: cover;
}
.about .about_box_bg2 {
  background: url(/img/peopleFix.png) no-repeat right;
  background-size: contain;
}
@media (max-width: 1225px) {
  .about .about_box_bg2 {
    background-size: 90% 100%;
  }
}
@media (max-width: 768px) {
  .about .about_box_bg2 {
    background: none;
  }
}
.about .QRgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}
@media (max-width: 375px) {
  .about .QRgroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about h2 {
  color: #DDB148;
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .about .logo-img {
    width: 215px;
  }
}
@media screen and (max-width: 1200px) {
  .about .ps-md-8 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .ps-md-8 {
    padding-left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .about .ps-md-8 {
    padding-left: 130px;
  }
  .about .mt-md-10 {
    margin-top: 100px !important;
  }
}
.about .por {
  overflow: hidden;
  position: relative;
}
.about .poa1 {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.about .poa2 {
  position: absolute;
  left: 50px;
  top: 30px;
}
.about .fixed-word {
  color: #000000;
  line-height: 1.8;
  letter-spacing: 3px;
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .about .fixed-word {
    color: #000000;
    line-height: 1.6;
    letter-spacing: 3px;
    font-size: 16px;
  }
}

.artice {
  min-height: 100vh;
  overflow-x: hidden;
}
.artice .bg-all {
  background-image: url("/img/wave.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
}
.artice h2 {
  color: #DDB148;
}
@media screen and (max-width: 576px) {
  .artice .logo-img {
    width: 215px;
  }
}
.artice .bdrs-22 {
  border-radius: 22px;
}

.btn-main {
  background-color: #024059;
}

.cooperate {
  min-height: 100vh;
  overflow-x: hidden;
}
.cooperate .input-padding {
  padding-top: 21px;
  padding-bottom: 21px;
}
.cooperate h2 {
  color: #DDB148;
}
.cooperate .border-main {
  border: 2px solid #024059 !important;
}
.cooperate .btn-main {
  font-size: 22px;
}
.cooperate .cooperate__policy {
  border-radius: 22px;
  background-image: url("/img/cooperate.png");
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}
.cooperate .input__code__container .code__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 160px;
}
.cooperate .input__code__container .code__img {
  width: auto;
}
.cooperate .poa {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 332px) {
  .cooperate .code__img {
    margin-top: 16px;
  }
}

.contact {
  min-height: 100vh;
  overflow-x: hidden;
}
.contact .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact h2 {
  color: #DDB148;
}
.contact .all-bg {
  min-height: 80vh;
  background-image: url("/img/wave.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
}
.contact .cooperate-bg {
  background-image: url("/img/bg-wave.png");
  background-position: top 0% left 65%;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact .policy {
  border-radius: 22px;
}
.contact .input__code__container .code__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 160px;
}
.contact .input__code__container .code__img {
  width: auto;
}
.contact .main-color {
  color: #F38B3C;
}
@media screen and (max-width: 361px) {
  .contact .code__img {
    margin-top: 16px;
  }
}
@media screen and (max-width: 576px) {
  .contact .logo-img {
    width: 215px;
  }
}
.contact .pb-7 {
  padding-bottom: 7.8rem;
}
.contact .pb-152 {
  padding-bottom: 152px;
}
.contact .fz-22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .contact .pb-152 {
    padding-bottom: 50px;
  }
}
.contact .poa {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.store {
  min-height: 100vh;
}
@media screen and (max-width: 576px) {
  .store .logo-img {
    width: 215px;
  }
}
.store h2 {
  color: #DDB148;
  font-size: 20px;
}
.store h3 {
  font-size: 25px;
}
.store .word-spacing h3 {
  letter-spacing: 5px;
  color: black;
}
.store .hr-dashed {
  border-top: 1px dashed #000;
}
.store .carousel-control-next-icon, .store .carousel-control-prev-icon {
  width: 3rem;
  height: 1rem;
}
.store .carousel-control-next-icon {
  background-image: url("/img/morethan.png");
  width: 30px;
  height: 30px;
}
.store .carousel-control-prev-icon {
  background-image: url("/img/lessthan.png");
  width: 30px;
  height: 30px;
}
.store .bdrs-22 {
  border-radius: 22px;
}
.store .fz-14 {
  font-size: 14px;
}
.store .main-content-color {
  color: #AB662A;
}
.store .text-gray {
  color: #B9B9B9;
}
.store .bi-star-fill {
  color: #FFD700;
}
.store .fa-star {
  color: #FFD700;
}
.store .borderblue {
  border: 1px solid #024873 !important;
}
.store .tdn {
  text-decoration: none;
}
.store .ls3 {
  letter-spacing: 2px;
}
.store i {
  margin-right: 10.6px;
  font-size: 20px;
}
.store .mt-7 {
  margin-top: 7px;
}
.store .mr-14 {
  margin-right: 14px;
}
.store .mb-6 {
  margin-bottom: 6px;
}
.store .mb-14 {
  margin-bottom: 14px;
}
.store .mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 474px) {
  .store .mobile-ml-auto {
    margin-left: auto;
  }
}
.store .cp img {
  cursor: pointer;
}

body {
  min-width: 325px;
}

.search {
  min-height: 100vh;
}
.search .bdrsn {
  border-radius: 0;
}
.search .border-top-11 {
  border-top: 11px solid #024059;
}
@media screen and (min-width: 1525px) {
  .search .container {
    max-width: 1445px;
  }
}
.search .carousel-inner, .search .carousel-item {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .search .carousel-minw {
    min-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .search .logo-img {
    width: 215px;
  }
}
.search .fz-20 {
  font-size: 20px;
}
.search .carousel-control-next-icon {
  background-image: url("/img/morethan.png");
}
.search .carousel-control-prev-icon {
  background-image: url("/img/lessthan.png");
}
.search .orangeTitle {
  color: #F38B3C;
  font-size: 18px;
}
.search .tag {
  color: #B9B9B9;
  border: 2px solid #B9B9B9;
  border-radius: 10px;
  padding: 7px 14px;
  margin-right: 16px;
}
.search .page1 li {
  margin-right: 12px;
}
.search .page1 li a {
  color: #414141;
}
.search .page1 li a:active, .search .page1 li a:focus, .search .page1 li a:hover {
  background: #024059;
  color: white;
}
.search .page2 {
  padding-top: 56px;
  padding-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .search .page2 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .search .ml-md--1 {
    margin-left: 0px;
    margin-top: -4px;
  }
}
@media screen and (min-width: 768px) {
  .search .ml-md--1 {
    margin-left: -4px;
  }
}
.search .star-icon i {
  margin-right: 10.6px;
}
.search .sort-icon i {
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 30px;
  color: #B9B9B9;
}
.search .btn-main {
  background: #024059;
  color: white;
}
.search .btn-main:hover {
  background: #014D6C;
}
@media screen and (max-width: 992px) {
  .search .img-container {
    height: 110px;
    position: relative;
  }
  .search .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 400px) {
  .search .img-container {
    height: 85px;
  }
}
.search .colorblue {
  color: #024059;
}
.search .cp {
  cursor: pointer;
}
.search .minw-300 {
  min-width: 300px;
}
.search .bi {
  color: #FFD700;
}
.search a {
  text-decoration: none;
}
.search .bdrs-0 {
  border-radius: 0;
}
.search .bg-cover {
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: left center;
}
.search .stylePosition {
  margin-left: -3px;
  margin-top: 1px;
}
.search .shadow1 {
  -webkit-box-shadow: 0 0.1rem 1rem rgba(2, 75, 115, 0.45) !important;
          box-shadow: 0 0.1rem 1rem rgba(2, 75, 115, 0.45) !important;
}

.member img {
  width: 100%;
}

.information img {
  width: 100%;
}/*# sourceMappingURL=all.css.map */