body {
  background-color: #6A17B5;
  font-family: "Noto Sans TC";
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
}

.kv {
  position: relative;
  display: flex;
  justify-content: center;
  background: url("../img/kv-bg.svg"), var(--Radial, radial-gradient(50% 50% at 50% 50%, #E114DB 0%, #8A16BF 73%, #6A17B5 100%));
  background-size: 100% 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 80vh;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .kv {
    height: 50vh;
  }
}
.kv .kv-main {
  width: 900px;
  animation: pulse 0.8s infinite;
  animation-direction: alternate;
}
@media (max-width: 768px) {
  .kv .kv-main {
    width: 80vw;
    margin-top: 50px;
  }
}
.kv .decor-01 {
  position: absolute;
  bottom: 0;
  left: 60px;
}
@media (max-width: 768px) {
  .kv .decor-01 {
    width: 40%;
  }
}
.kv .decor-02 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
@media (max-width: 768px) {
  .kv .decor-02 {
    width: 50%;
    right: 0px;
  }
}

.menu .col-lg-4 {
  margin-bottom: 15px;
  height: 88px;
  align-items: center;
}
.menu .col-lg-4 .menu-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 8px;
  background-color: #ECBE0E;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
.menu .col-lg-4 .menu-item .menu-item-content {
  position: relative;
  display: flex;
  justify-content: center;
}
.menu .col-lg-4 .menu-item .menu-item-content p {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: white;
  font-weight: 800;
  -webkit-text-stroke: 1px #8A6F08;
  margin-bottom: 0px;
  z-index: 1;
}
.menu .col-lg-4 .menu-item .menu-item-content p.text-shadow {
  color: #8A6F08;
  -webkit-text-stroke: 2px #8A6F08;
  position: absolute;
  top: 3px;
  left: 7px;
  right: 0px;
  margin: auto;
  z-index: 0;
}
@media (max-width: 768px) {
  .menu .col-lg-4 .menu-item .menu-item-content p {
    font-size: 20px;
    -webkit-text-stroke: none;
  }
  .menu .col-lg-4 .menu-item .menu-item-content p.text-shadow {
    top: 0px;
    left: 0px;
  }
}
.menu .col-lg-4 .menu-item span.sub {
  display: block;
  text-align: center;
  color: #8A6F08;
}
.menu .col-lg-4 .menu-item:hover {
  margin-top: -5px;
}

.section-bg-light {
  background-color: #D5B6F0;
  position: relative;
  padding: 300px 0;
}
@media (max-width: 768px) {
  .section-bg-light {
    padding: 100px 0;
  }
}
.section-bg-light::before {
  content: "";
  background: url("../img/section-top.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 200px;
  top: -50px;
}
@media (max-width: 768px) {
  .section-bg-light::before {
    height: 100px;
  }
}
.section-bg-light::after {
  content: "";
  background: url("../img/section-top.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -50px;
}
@media (max-width: 768px) {
  .section-bg-light::after {
    height: 100px;
  }
}

.section-title-01 {
  max-width: 30%;
  position: relative;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .section-title-01 {
    max-width: 100%;
  }
}
.section-title-01 .section-title-subtitle {
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 50%;
  text-align: center;
  background-color: #23053E;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  color: white;
  padding: 4px 15px;
  z-index: 1;
}
.section-title-01 .section-title-title {
  padding: 8px 60px;
  background-color: #ECBE0E;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.section-title-01 p {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: white;
  font-weight: 900;
  -webkit-text-stroke: 1px #8A6F08;
  margin-bottom: 0px;
  z-index: 1;
}
.section-title-01 p.text-shadow {
  color: #8A6F08;
  -webkit-text-stroke: 2px #8A6F08;
  position: absolute;
  top: 10px;
  left: 5px;
  right: 0px;
  margin: auto;
  z-index: 0;
}
.section-title-01 span.sub {
  display: block;
  text-align: center;
  color: #8A6F08;
}

.section-title-02 {
  max-width: 30%;
  position: relative;
  margin: 0 auto 30px auto;
}
@media (max-width: 768px) {
  .section-title-02 {
    max-width: 100%;
  }
}
.section-title-02 .section-title-subtitle {
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 50%;
  text-align: center;
  background-color: #23053E;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  color: white;
  padding: 4px 15px;
  z-index: 1;
}
.section-title-02 .section-title-title {
  padding: 8px 60px;
  background-color: #ECBE0E;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.section-title-02 p {
  position: relative;
  text-align: center;
  font-size: 32px;
  color: white;
  font-weight: 900;
  -webkit-text-stroke: 1px #8A6F08;
  margin-bottom: 0px;
  z-index: 1;
}
.section-title-02 p.text-shadow {
  color: #8A6F08;
  -webkit-text-stroke: 2px #8A6F08;
  position: absolute;
  top: 10px;
  left: 5px;
  right: 0px;
  margin: auto;
  z-index: 0;
}
.section-title-02 span.sub {
  display: block;
  text-align: center;
  color: #8A6F08;
}

.section-01 {
  margin: 120px 0;
  scroll-margin-top: 300px;
}
.section-01 .owl-carousel {
  position: relative;
}
.section-01 .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  transform: translateY(-40%);
}
.section-01 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.section-01 .owl-carousel .owl-nav .owl-prev span {
  font-size: 72px;
  color: white;
}
.section-01 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.section-01 .owl-carousel .owl-nav .owl-next span {
  font-size: 72px;
  color: white;
}
@media (max-width: 768px) {
  .section-01 .owl-carousel .owl-nav {
    top: unset;
    transform: unset;
    bottom: 80px;
  }
}
.section-01 .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.section-01 .owl-carousel .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}
.section-01 .owl-carousel .owl-dots .owl-dot:not(:last-child) {
  margin-right: 10px;
}
.section-01 .owl-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: #ECBE0E;
  border-radius: 100px;
}
.section-01 .owl-carousel .item {
  display: flex;
  justify-content: center;
}
.section-01 .owl-carousel .item .feedback {
  display: flex;
  width: 700px;
  border-radius: 12px;
  border: 3px solid #FFF;
  background: linear-gradient(89deg, #D62EE4 0%, #7509FF 100.92%);
}
.section-01 .owl-carousel .item .feedback .left {
  width: 70%;
  color: white;
  text-align: center;
  padding: 80px 0;
  border-right: 1px dashed white;
}
.section-01 .owl-carousel .item .feedback .left .title {
  font-size: 60px;
  font-weight: 900;
}
.section-01 .owl-carousel .item .feedback .left .sub {
  display: inline-block;
  background-color: #23053E;
  padding: 4px 60px;
  border-radius: 100px;
}
.section-01 .owl-carousel .item .feedback .right {
  width: 30%;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.section-01 .owl-carousel .item .feedback .right .discount-title {
  font-size: 18px;
}
.section-01 .owl-carousel .item .feedback .right .discount-number {
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .section-01 .owl-carousel .item .feedback {
    flex-direction: column;
  }
  .section-01 .owl-carousel .item .feedback .left {
    width: 100%;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px dashed white;
  }
  .section-01 .owl-carousel .item .feedback .left .title {
    font-size: 48px;
  }
  .section-01 .owl-carousel .item .feedback .right {
    width: 100%;
    padding: 30px 0;
  }
}

.section-02 .content .title {
  font-size: 36px;
  text-align: center;
  color: #6A17B5;
}
.section-02 .content p {
  font-size: 18px;
  color: #6A17B5;
  margin-top: 30px;
}
.section-02 .content p.notice {
  text-align: center;
  cursor: pointer;
  color: #BF0EEC;
}
.section-02 .content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #BF0EEC;
  padding: 10px;
  color: white;
  margin: 30px auto 0 auto;
  border-radius: 8px;
}

.section-03 {
  padding: 60px 0;
}
.section-03 .content {
  border-radius: 12px;
  border: 10px solid rgba(236, 190, 14, 0.7);
  margin-top: -60px;
  padding: 60px 30px 30px 30px;
}
.section-03 .content .title {
  font-size: 36px;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .section-03 .content .title {
    font-size: 32px;
    font-weight: 700;
  }
}
.section-03 .content p {
  color: white;
}
.section-03 .content p.notice {
  text-align: center;
  cursor: pointer;
  color: #cecece;
}
.section-03 .content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #BF0EEC;
  padding: 10px;
  color: white;
  margin: 30px auto 0 auto;
  border-radius: 8px;
}

.section-04 .content img {
  display: block;
  width: 600px;
  margin: auto;
}
.section-04 .content p {
  font-size: 18px;
  color: #6A17B5;
  margin-top: 30px;
}
.section-04 .content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #BF0EEC;
  padding: 10px;
  color: white;
  margin: 30px auto 0 auto;
  border-radius: 8px;
}
.section-04 .content a.disabled {
  background-color: #dbdbdb;
  color: #858585;
  cursor: not-allowed;
}
.section-04 .content a.disabled:hover {
  text-decoration: none;
}

.section-05 {
  padding: 60px 0;
}
.section-05 .section-title-01 {
  max-width: 40%;
}
@media (max-width: 768px) {
  .section-05 .section-title-01 {
    max-width: 100%;
  }
}
.section-05 .content {
  border-radius: 12px;
  border: 10px solid rgba(236, 190, 14, 0.7);
  margin-top: -60px;
  padding: 60px 30px 30px 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-05 .content {
    padding: 60px 15px 15px 15px;
  }
}
.section-05 .content .title {
  font-size: 36px;
  color: white;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section-05 .content .title {
    font-size: 24px;
  }
}
.section-05 .content p {
  color: white;
  margin-bottom: 15px;
}
.section-05 .content a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #BF0EEC;
  padding: 10px;
  color: white;
  margin: 30px auto 0 auto;
  border-radius: 8px;
}
.section-05 .content .owl-carousel {
  margin-top: 30px;
}
.section-05 .content .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  transform: translateY(-40%);
}
.section-05 .content .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
}
.section-05 .content .owl-carousel .owl-nav .owl-prev span {
  font-size: 72px;
  color: white;
}
.section-05 .content .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -30px;
}
.section-05 .content .owl-carousel .owl-nav .owl-next span {
  font-size: 72px;
  color: white;
}
@media (max-width: 768px) {
  .section-05 .content .owl-carousel .owl-nav {
    top: unset;
    transform: unset;
    bottom: 80px;
  }
  .section-05 .content .owl-carousel .owl-nav .owl-prev {
    left: 0px;
  }
  .section-05 .content .owl-carousel .owl-nav .owl-next {
    right: 0px;
  }
}
.section-05 .content .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.section-05 .content .owl-carousel .owl-dots .owl-dot {
  width: 17px;
  height: 17px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}
.section-05 .content .owl-carousel .owl-dots .owl-dot:not(:last-child) {
  margin-right: 10px;
}
.section-05 .content .owl-carousel .owl-dots .owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: #ECBE0E;
  border-radius: 100px;
}
.section-05 .content .item .card {
  padding: 10px;
  background-color: white;
  text-align: left;
}
.section-05 .content .item .card:hover {
  text-decoration: none;
}
.section-05 .content .item .card .product-name {
  color: #ECBE0E;
  font-size: 18px;
}
@media (max-width: 768px) {
  .section-05 .content .item .card .product-name {
    font-size: 16px;
  }
}
.section-05 .content .item .card .price {
  align-items: center;
}
.section-05 .content .item .card .price .new {
  font-size: 24px;
  color: #6A17B5;
  font-weight: 700;
}
.section-05 .content .item .card .price .old {
  color: #6A17B5;
  text-decoration: line-through;
  text-align: right;
}
@media (max-width: 768px) {
  .section-05 .content .item .card .price .old {
    text-align: left;
    padding-left: 15px !important;
  }
}

.section-06 .content .accordion .card .card-header {
  background-color: #6A17B5;
}
.section-06 .content .accordion .card .card-header h2 button {
  color: white;
  text-align: center !important;
}
.section-06 .content .accordion .card .card-body {
  display: flex;
  justify-content: center;
}
.section-06 .content .accordion .card .card-body a:not(:last-child) {
  margin-right: 30px;
}

.section-08.section-bg-light::after {
  content: "";
  background: none;
}
.section-08 .content {
  max-width: 800px;
  margin: auto;
  color: white;
  padding-bottom: 60px;
}

#section02-notice .modal-dialog {
  max-width: 800px;
}

#section03-notice .modal-dialog {
  max-width: 800px;
}
#section03-notice .modal-dialog .table td, #section03-notice .modal-dialog .table th {
  width: 30%;
}

#section06-notice .modal-dialog {
  max-width: 800px;
}

footer {
  background-color: #23053E;
  text-align: center;
  color: white;
  padding: 15px 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}/*# sourceMappingURL=style.css.map */