@charset "UTF-8";

* {
  font-family: 'Univers', Arial, Helvetica, 'Microsoft JhengHei',
    'Apple LiGothic Medium', sans-serif;
  border-radius: 0;
}

html {
  font-size: 62.5%;
}

:root {
  --color1: #f3ecf4;
  --color2: #c3a1ca;
  --color3: #8b8dc5;
  --color4: #494b78;
  --color5: hsl(40, 100%, 50%);
  --red: hsl(-10, 80%, 50%);
  --primary:var(--color2);
  --info:var(--color3);
  --warning:var(--color5);
  --danger:var(--red);
  --radius:20px;
}

body {
  color: #333;
  background-color: var(--color1);
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

body>* {
  position: relative;
  z-index: 2;
}

#particles-js {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: var(--color1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page_title,
.title,
.npo_name {
  font-weight: 600;
  line-height: 1.5;
}

.img_16by9 img,
.img_4by3 img,
.img_1by1 img,
.banner_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card-title,
.card-title a,
.npo_name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.h1 {
  font-size: 6rem;
}

.h2 {
  font-size: 4.6rem;
}

.h3 {
  font-size: 3.4rem;
}

.h4 {
  font-size: 2.6rem;
}

.h5 {
  font-size: 2.0rem;
}

.h6 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
  margin-bottom: 0px;
}

.small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: var(--primary);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: var(--info);
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  -webkit-text-underline-offset: 5px;
  -moz-text-underline-offset: 5px;
  -ms-text-underline-offset: 5px;
  text-underline-offset: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

:focus {
  outline: none;
}

hr {
  border-top: 1px dashed #ddd;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-info {
  background-color: #E9FBFF !important;
}

.bg_main {
  background-color: transparent;
}

.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: #999 !important;
}

.text-danger {
  color: hsl(10, 95%, 60%) !important;
}

.text-erorr {
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border: 20px solid #333;
  padding: 0;
}

@media screen and (max-width: 576px) {
  .text-erorr {
    font-size: 150px;
  }
}

.text-gray {
  color: #ccc !important;
}

.img_16by9 {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.img_16by9 img {
  width: 100%;
  height: auto;
}

.img_4by3 {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.img_4by3 img {
  width: 100%;
  height: auto;
}

.img_1by1 {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.img_1by1 img {
  width: 100%;
  height: auto;
}

.btn {
  display: inline-block;
  color: #333;
  padding: .6em 1em;
  font-size: 1em;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn+.btn {
  margin-left: 10px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.btn-primary {
  background-color: var(--primary) !important;
  color: #FFF;
  border-color: var(--primary) !important;
  -webkit-box-shadow: 3px 3px 0px rgba(128, 128, 128, 0.5);
  box-shadow: 3px 3px 0px rgba(128, 128, 128, 0.5);
}

.btn-primary:hover {
  background-color: var(--primary) !important;
  color: #FFF;
  border-color: var(--primary) !important;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.btn-outline-primary {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  color: #FFF;
  border-color: var(--primary) !important;
}

.btn-secondary {
  background-color: #999 !important;
  color: #FFF;
  border-color: #999 !important;
}

.btn-secondary:hover {
  background-color: #999 !important;
  color: #FFF;
  border-color: #999 !important;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.btn-info {
  background-color: var(--info) !important;
  color: #FFF;
  border-color: var(--info) !important;
}

.btn-info:hover {
  background-color: var(--info) !important;
  color: #FFF;
  border-color: var(--info) !important;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.btn-danger {
  background-color: var(--danger) !important;
  color: #FFF;
  border-color: var(--danger) !important;
}

.btn-danger:hover {
  background-color: var(--danger) !important;
  color: #FFF;
  border-color: var(--danger) !important;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.btn-outline-warning {
  background-color: rgba(255, 255, 255, 0);
  color: var(--warning) !important;
  border-color: var(--warning) !important;
}

.btn-outline-warning:hover {
  background-color: var(--warning) !important;
  color: #FFF;
  border-color: var(--warning) !important;
}

.col-form-label {
  text-align: right;
  padding-top: calc(.375em + 1px);
  padding-bottom: calc(.375em + 1px);
}

@media screen and (max-width: 576px) {
  .col-form-label {
    text-align: left;
  }
}

.form-control {
  height: 50px;
  padding: 10px 20px;
  font-size: 1em;
  color: #666;
  border: 1px solid var(--color3);
  border-radius: 6px;
}

.top_menu {
  background-color: #FFF;
  color: #333;
}

.navbar-light {
  background-color: #e7d9ea !important;
  border-bottom: none;
  -webkit-box-shadow: 7px 7px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 7px 7px 0px rgba(51, 51, 51, 0.1);
}

.navbar {
  padding: 10px 1rem;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  display: inline-block;
  width: 30%;
  max-width: 300px;
  color: #333;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 60px;
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .navbar-brand {
    width: 80%;
    max-width: 260px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.navbar-toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 46px;
  height: 40px;
  background-color: var(--color2);
  font-size: 1em;
  line-height: 1;
  border: 1px solid var(--color2);
  border-radius: 4px;
  padding: 4px 8px;
  margin: 10px 0 10px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-flex-item-align: center;
  align-self: center;
}

.navbar-toggler-icon {
  display: inline-block;
  background-color: #FFF;
  width: 30px;
  height: 2px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  vertical-align: middle;
  padding: 0;
  margin: 2px 0;
}

#main_menu {
  padding: 0;
}

#main_menu .nav-item {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#main_menu .nav-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#main_menu .nav-link {
  color: var(--color4);
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 15px;
  margin: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main_menu .nav-link::before{
  content: '';
  width: 0;
  height: 100%;
  background-color:hsla(290, 30%, 70%, .5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main_menu .nav-link:hover {
  color: var(--color4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main_menu .nav-link:hover::before{
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main_menu .nav-link.disabled {
  color: #ccc;
}

#main_menu .active .nav-link {
  color: var(--color2);
}

@media screen and (max-width: 1023.98px) {
  #main_menu {
    border-top: 2px dashed #ddd;
    padding-top: 15px;
    margin-top: 15px;
  }

  #main_menu .nav-link {
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
  }
}

.fixtop {
  display: block;
  width: 100%;
  height: 50px;
}

.footer {
  background-color: var(--color1);
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}

.copyright {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.copyright span {
  display: inline-block;
  text-align: left;
  margin: 0 0 10px;
}

.copyright img+span {
  margin-right: 2em;
}
.copyright a{
  display: inline-block;
  color: #666;
}

.copyright img {
  display: inline-block;
  width: auto;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.p_sec {
  padding: 50px 0;
  padding: 5rem 0;
}

@media screen and (max-width: 576px) {
  .copyright{
    padding: 0 15px;
    text-align: left;
  }
  .copyright span{
    margin-bottom: 10px;
  }
  .p_sec {
    padding: 40px 0;
  }
}

.page_title {
  color: var(--color4);
  font-size: 46px;
  font-size: 4.6rem;
  text-shadow: none;
  margin-bottom: 30px;
}

.title {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .page_title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
  }

  .title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.badge {
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 0px;
}

.badge:not(:first-child) {
  margin-left: 5px;
  margin-right: 0;
}

.badge-primary {
  background-color: var(--primary);
}

.badge-secondary {
  background-color: #999;
}

.badge-success {
  background-color: var(--color4);
}

.badge-danger {
  background-color: var(--danger);
}

.badge-warning {
  background-color: var(--warning);
  color: #333;
}

.badge-info {
  background-color: #E9FBFF;
}

.badge-dark {
  background-color: #333;
}

.banner_img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 36.46%;
  position: relative;
  overflow: hidden;
}

.banner_img img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .banner_img {
    padding-bottom: 75%;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 10;
}

.slick-prev {
  left: 10px;
}

.slick-prev:before {
  color: rgba(0, 0, 0, 0.5);
  font-size: 40px;
}

.slick-next {
  right: 10px;
}

.slick-next:before {
  color: rgba(0, 0, 0, 0.5);
  font-size: 40px;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li button:before {
  color: rgba(0, 0, 0, 0.5);
}

.slick-dots li.slick-active button:before {
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.5);
}

.card {
  border: 2px solid var(--color2);
  box-shadow: none;
  border-radius: var(--radius);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.card.soldout:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.card.soldout:after {
  content: '售完';
  display: block;
  width: 100px;
  height: 100px;
  color: hsl(10, 95%, 60%);
  font-size: 40px;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
  border: 5px solid hsl(10, 95%, 60%);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card.soldout:hover {
  cursor: not-allowed;
}

.card.soldout:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.01, 1.01);
  transform: translate(-50%, -50%) scale(1.01, 1.01);
  -webkit-transition: none;
  transition: none;
}

.card-img {
  background-color: #333;
}

.card-img img {
  height: 100%;
  width: auto;
  max-width: 1000%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%) scale(1.01, 1.01);
  transform: translate(-50%, -50%) scale(1.01, 1.01);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
  transform: translate(-50%, -50%) scale(1.3, 1.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.card-body {
  padding: 10px;
  padding: 1rem;
}

.card-title {
  height: 50px;
  color: var(--color4);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 25px;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.card-title a {
  color: var(--color4);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 25px;
  -webkit-line-clamp: 2;
}

.card-text {
  color: #999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.card-text h4 {
  display: -webkit-box;
  height: 48px;
  color: #666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-text p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 576px) {
  .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
  }
}

.price,
.card-text .price {
  display: inline-block;
  color: var(--red);
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.prd_icon {
  display: inline-block;
  width: 20px;
  color: var(--color5);
  margin-right: 5px;
}

.hot_sec {
  margin-top: -2.5%;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 1;
  overflow: visible;
}

.hot_sec:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background-image: url(../images/hot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20%;
  margin-bottom: -5.5%;
  position: relative;
  z-index: 1;
}

.hot_sec:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background-image: url(../images/dec.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 53.75%;
  margin-top: -30px;
}

.hot_sec .card {
  box-shadow: none;
}

.hot_sec .card-title {
  height: 63px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}

.hot_sec .card-title a {
  height: 63px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}

.hot_sec .price {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
}

.hot_sec .price span {
  font-family: 'Merriweather Sans', sans-serif;
}

.hot_sec .price span:first-child {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: text-top;
  margin-right: 5px;
}

.hot_sec .slick-prev {
  top: 30%;
  left: -10px;
}

.hot_sec .slick-next {
  top: 30%;
  right: -10px;
}

/*@media screen and (max-width: 1366px) {
  .hot_sec:before {}
}

@media screen and (max-width: 1024px) {
  .hot_sec:before {}
}*/

@media screen and (max-width: 576px) {
  .hot_sec {
    position: relative;
    top: 0;
    bottom: 0;
  }

  /*.hot_sec:before {}*/
}

.page-link {
  background-color: transparent;
  color: var(--color4);
  font-size: 14px;
  line-height: 1;
  border: none;
  margin: 0;
  padding: 10px 5px;
}

.page-link:hover {
  background-color: var(--color5);
  color: #FFF;
  opacity: .5;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 0;
}

.page-item:not(:last-child) .page-link {
  border-right: 1px solid var(--color5);
}

.page-item.disabled .page-link {
  background-color: transparent;
  color: #ccc;
}

.page-item.disabled .page-link:hover {
  cursor: not-allowed;
}

.page-item.disabled:hover {
  cursor: not-allowed;
}

.page-item.active .page-link {
  background-color: var(--color5);
  border-color: var(--color5);
}

.pagination-lg .page-item .page-link {
  font-size: 16px;
  line-height: 1;
  padding: 10px 15px;
}

.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link {
  border-radius: 0;
}

.bg_info {
  background-image: url(../images/bg_info.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}

/* } */

.title {
  color: var(--color4);
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

.box {
  background-color: #fff;
  color: #333;
  border: 2px solid var(--color2);
  border-radius: var(--radius);
  box-shadow: none;
  padding: 20px;
  margin-bottom: 30px;
  overflow-x: hidden;
}

.box p {
  margin-bottom: 10px;
}

.box table {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.box th {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}

/* @media screen and (max-width:576px) {
  .box table {
    max-height: 100vh;
    position: relative;
  }

  .box thead {
    position: sticky;
    top: 100px;
    z-index: 1;
  }
} */

.bg_notice {
  background-image: url(../images/bg_info.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}

.list1 {
  list-style-image: url(../images/list_icon_1.png);
  padding: 0 0 0 20px;
  margin: 1em 0 0 1em;
}

.list1 li {
  margin-bottom: 10px;
}

.list2 {
  list-style-image: url(../images/list_icon_2.png);
  vertical-align: middle;
  padding: 0 0 0 20px;
  margin: 1em 0 0 1em;
}

.list2 li {
  margin-bottom: 10px;
}

.bg_contact {
  width: 100%;
  background-image: url(../images/bg_contact.png);
  background-position: center top;
  background-repeat: repeat;
  overflow-x: hidden;
}

.npo_name {
  display: flex;
  height: 57px;
  color: var(--color4);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.npo_list {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.npo_list li {
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  padding: 5px 0;
}

.npo_list li a {
  color: #666;
}

.list_icon {
  display: inline-block;
  width: 20px;
  color: var(--color5);
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}

.npo_box {
  padding: 20px;
  margin-bottom: 20px;
}
.npo_box .box{
  margin-bottom: 0;
}
.npo_sliker .slick-list {
  overflow: visible;
}

.npo_sliker .slick-prev {
  left: -30px;
}

.npo_sliker .slick-next {
  right: -30px;
}

.npo_sliker {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
/* @media screen and (max-width:576px) {
  .npo_sliker .slick-dots {
    transform: translateY(40px);
  }  
} */

.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gotop {
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  opacity: 0.5;
}

.gotop a {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.gotop:hover {
  opacity: 0.8;
}