@charset "UTF-8";
:root {
  --color--cust: #F8456A;
}

header {
  z-index: 999;
  position: relative;
}

.nav-container {
  z-index: 999;
  position: relative;
}

#maindiv {
  color: #525252;
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

#event-notice a {
  text-decoration: underline;
}

.banner {
  width: 100%;
}

.container {
  position: relative;
  z-index: 2;
}

.box {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.box h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 2px;
  color: var(--color--cust);
}

.box p {
  font-family: "Noto Sans CJK TC";
  font-size: 1rem;
  line-height: 200%;
  letter-spacing: 2px;
  color: #525252;
  margin-bottom: 0rem;
}

.box p span,
li span {
  font-weight: 600;
  color: var(--color--cust);
}

.box p span.point {
  color: #fccbab;
}

.link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.link-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  flex: 1 0 0%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.link-card:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

.link-card:before {
  content: "立即選購";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.link-card:hover::before {
  opacity: 1;
}

.link-card h6 {
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  padding: 1rem;
}

.link-card img {
  height: 160px;
  width: -moz-fit-content;
  width: fit-content;
}

#new-intro img,
#new-intro2 img,
#edti-intro img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 5px rgba(167, 147, 147, 0.25);
}

#event-notice {
  position: relative;
}

.btn-main {
  border: 1px solid var(--color--cust);
  color: var(--color--cust);
  border-radius: 3rem;
  padding: 10px 48px;
  letter-spacing: 2px;
  box-shadow: 0px 4px 5px rgba(167, 147, 147, 0.25);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.btn-main:hover {
  color: white !important;
  text-decoration: none;
  background-color: var(--color--cust);
}

ol {
  color: #525252;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 1px;
  padding-left: 1.5rem;
}

ol li {
  word-break: break-all;
}

ol > li {
  list-style-type: decimal;
}

ol > li > ol > li {
  list-style: lower-roman;
}

ol > li > ol > li > ol > li {
  list-style: lower-alpha;
}

ul {
  padding-left: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 1px;
  list-style: circle;
}

ul.square,
ul.gift {
  list-style: none;
  padding-left: 0;
}

ul.square > li,
ul.gift > li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.8rem;
}

ul.square > li::before,
ul.gift > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 個別圖示設定 */
ul.square > li::before {
  background-image: url("images/2025new/icon-square.svg");
}

ul.gift > li::before {
  background-image: url("images/2025new/icon-gift.svg");
}

#footer {
  background-color: #3e3d3b;
  color: white;
  text-align: left;
  padding: 1rem 0rem;
  z-index: 99999;
  position: relative;
}

#footer .notice-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 180%;
  letter-spacing: 2px;
  color: #ffffff;
}

#footer p {
  margin-bottom: 0rem;
}

footer.footer {
  display: none;
}

@media only screen and (max-width: 992px) {
  .box {
    padding: 2rem;
  }
  ol {
    padding-left: 1.5rem;
  }
  .link-row {
    gap: 1rem;
  }
  .link-card {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  #maindiv {
    font-size: 15px;
  }
  .box {
    padding: 1.5rem;
  }
  p {
    font-size: 15px;
    letter-spacing: 0px;
  }
  ul,
  ol {
    letter-spacing: 0px;
  }
  .link-card h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 577px) {
  .box {
    padding: 1rem;
  }
  ol {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .link-card img {
    height: 100px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  height: auto;
  display: flex;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #abc267;
  width: 28px;
  height: 28px;
  border-radius: 999px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
}

.swiper-button-next {
  transform: rotate(135deg);
}

.swiper-button-prev {
  transform: rotate(-45deg);
}

.swiper-wrapper {
  padding-bottom: 44px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #abc267;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #abc267 !important;
}

.color__text--main {
  color: var(--color--cust);
}

.box .row {
  line-height: 1.75;
}

main {
  max-width: 100vw;
  color: #000;
  overflow: hidden;
}

img {
  max-width: 100%;
}

#event0 {
  background-color: #abc267;
  padding-bottom: clamp(30px, 5vw, 80px);
}
#event0 ul {
  list-style: auto;
  line-height: 1.75;
}
#event0 p {
  line-height: 1.6;
}

#event1 {
  background-color: #abc267;
  background-image: url(../img/bg_01.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: clamp(70px, 9vw, 160px);
}

#event2 {
  background-color: #ffebd0;
}

#event3 {
  background-color: #ffebd0;
  padding-top: clamp(20px, 4vw, 50px);
  padding-bottom: clamp(70px, 9vw, 160px);
  background-image: url(../img/bg_02.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

#event4 {
  background-color: #abc267;
  padding-top: clamp(20px, 4vw, 50px);
}

#event5 {
  background-color: #abc267;
  background-image: url(../img/bg_03.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: clamp(30px, 6vw, 100px);
}

#event-notice li {
  line-height: 1.75;
}
#event-notice ol ol,
#event-notice ol ul,
#event-notice ul ol,
#event-notice ul ul {
  padding-left: 10px;
}

.section__title {
  font-size: clamp(24px, 2.5vw, 42px);
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: clamp(16px, 1.75vw, 24px);
  color: #000;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .section__title {
    margin-bottom: 8px;
  }
}

.card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: transparent;
  border: none;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .card {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .card {
    gap: 12px;
  }
}
.card__v1 .card__tit {
  color: #000;
}
.card__v2 .card__item {
  align-items: flex-start;
  position: relative;
  min-height: 240px;
}
.card__v2 .card__item.card__item--3 {
  background-color: #d9ebf7;
}
.card__v2 .card__item.card__item--4 {
  background-color: #addcee;
}
.card__v2 .card__item.card__item--6 {
  color: #fff;
  background-color: #000;
}
.card__v2 .card__item.card__item--7 {
  color: #fff;
  background-color: #000;
}
.card__v2 .card__tit {
  letter-spacing: 0;
  position: absolute;
  top: 16px;
  text-align: left;
}
.card__v2 .card__pic {
  margin-bottom: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .card__v2 .card__pic {
    padding-top: 36px;
  }
}
.card__v2 .card__pic img {
  vertical-align: middle;
}
.card__v2 .card__desc {
  position: absolute;
  top: 44px;
  z-index: 1;
}
@media (max-width: 991px) {
  .card__v2 .card__desc {
    line-height: 1.2;
  }
}
.card__v2 .card__price {
  position: absolute;
  top: 84px;
  z-index: 1;
}
.card__v2 p {
  padding: 0 20px;
}
@media (max-width: 480px) {
  .card__v2 p {
    padding: 0 10px;
  }
}
.card__v3 .card__item {
  align-items: flex-start;
}
.card__v3 .card__tit {
  text-align: left;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制行數 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.card__v3 p {
  padding: 0 20px;
}
.card__v4 .card__item {
  align-items: flex-start;
  position: relative;
}
.card__v4 .card__pic {
  margin-bottom: 0;
  transition: all 0.5s;
}
.card__v4 .card__pic img {
  vertical-align: middle;
}
.card__v4 p {
  width: 100%;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.card__v4 .card__desc b {
  color: #fff;
}
.card__v4 .card_text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.card__item {
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  color: #000;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .card__item {
    width: calc(50% - 20px);
  }
}
.card__pic {
  width: 100%;
  margin-bottom: clamp(10px, 1vw, 20px);
}
.card__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  z-index: 1;
}
@media (max-width: 991px) {
  .card__tit {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media (max-width: 480px) {
  .card__tit {
    font-size: 17px;
    letter-spacing: 1px;
  }
}
@media (max-width: 375px) {
  .card__tit {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.card__desc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  letter-spacing: 2px;
  gap: 3px;
  text-align: left;
}
@media (max-width: 991px) {
  .card__desc {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .card__desc {
    font-size: 15px;
  }
}
.card__desc b {
  color: var(--color--cust);
  font-size: 22px;
}
@media (max-width: 991px) {
  .card__desc b {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .card__desc b {
    font-size: 18px;
  }
}

a.card__item:hover {
  text-decoration: none;
  color: initial;
}
a.card__item:hover .card__pic {
  opacity: 0.7;
}
a.card__item:hover .card__tit {
  color: var(--color--cust);
}

.brn__more {
  background-color: #abc267;
  color: #fff;
  letter-spacing: 2px;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 400;
  transition: all 0.3s;
  min-width: 210px;
}
.brn__more:hover {
  color: #fff;
  transform: translateY(-8px);
}

.box__bn {
  border-radius: 20px;
  border: 1px solid #fff;
  overflow: hidden;
  display: block;
}

#event-notice {
  background-color: #ffebd0;
  padding-top: clamp(30px, 6vw, 100px);
  padding-bottom: clamp(30px, 6vw, 100px);
}
#event-notice strong {
  color: var(--color--cust);
}
#event-notice a {
  color: var(--color--cust);
}
#event-notice a:hover {
  color: var(--color--cust);
  opacity: 0.7;
}

.noice__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 6px 0;
  border-top: 1px;
  border-top: 1px solid var(--color--cust);
  border-bottom: 1px solid var(--color--cust);
}
.noice__btn i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-color: var(--color--cust);
  border-width: 1px 0 0 1px;
  border-style: solid;
  margin-left: 4px;
}
.noice__btn .des {
  font-size: 14px;
}
.noice__btn .des__close i {
  transform: rotate(225deg);
  vertical-align: 4px;
}
.noice__btn .des__open i {
  transform: rotate(45deg);
  vertical-align: -1px;
}

#box__noice .des__close {
  display: none;
}
#box__noice.isclose {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
#box__noice.isclose::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
#box__noice.isclose .des__open {
  display: none;
}
#box__noice.isclose .des__close {
  display: block;
}/*# sourceMappingURL=style.css.map */