@charset "UTF-8";
/* CSS Document */
:root {
  --purple: #6b5570;
  --purple-soft: #836a8c;
  --purple-sec:#dad4ee;
  --gold: #a9823f;
  --brown: #8a6c3f;
  --green: #505c3d;
  --green-soft: #63714e;
  --beige: #f3ece1;
  --beige2: #eee4d6;
  --beige3: #f6efe5;
  --beige4: #f1ece7;
  --text: #4a4a4a;
  --text-soft: #7a7a7a;
  --footer-bg: #5c4a62;
  --radius-lg: 40px;
  --black:#000;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Noto Sans TC",  sans-serif;
  font-style: normal;
  vertical-align: baseline;
  text-decoration: none;
  letter-spacing: 1px;
  box-sizing: border-box;
}
/* 
html {
  scroll-behavior: smooth;
} */

body {
  width: 100%;
  height: auto;
  font-weight: 500;
  overflow-x: hidden;
  background: #fff;
  color: var(--text);
  line-height: 1.7;
  
}

body.pop-open {
  overflow: hidden;
}

.w1400 {
  width: 100%;
  max-width: 1400px;
  height: auto;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
}

.w1300 {
  width: 100%;
  max-width: 1300px;
  height: auto;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
}


.w1100 {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
}

.w1000 {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  padding: 0 20px;
}

.w900 {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

/* ---------- header ---------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  height: 96px;
  width: 100%;
  z-index: 999;
}

.logo {
  position: absolute;
  top: 28px;
  left: 40px;
  width: 203px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}



/* ---------- kv ---------- */
.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/kv.png) center top /100% 100% no-repeat;
  width: 100%;
  /* max-width: 1920px; */
  height: 907px;
  background-size: cover;
  z-index: 1;
}

.kv::after{
  content: "";
  background: url(../img/kvtta.png) no-repeat;
  width: 100%;
  max-width: 1206px;
  height: 1015px;
  position: absolute;
  z-index: -2;
  top: 0;
}

.kv-inner {
  position: relative;
  z-index: 2;
}


.kv-title{
  width: 50%;
  position: relative;
  padding-top: 20%;
  max-width: 600px;
  z-index: 3;
}

.kv-date {
  font-size: 22px;
  color: #4a4460;
  position: relative;
  font-weight: 700;
  padding-left: 150px;
  letter-spacing: 1px;
  padding-top: 20px;
}

.kvend{
  position: relative;
  width: 100%;
  height: 250px;
  background-color: var(--beige4);
  z-index: 3;
}
.kvend::before {
  content: "";
  position: absolute;
  top: -80%;
  width: 100%;
  /* max-width: 1920px; */
  height: 247px;
  background: url(../img/p2bgtop.png) center top / 100% 100% no-repeat;
  z-index: -1;
  background-size: cover;
}

.kv-boxes {
  position: relative;
  display: flex;
  gap: 30px;
  z-index: 5;
  align-items: center;
  justify-content: center;
  top: -40%;

}

.kv-boxes.swiper {
  display: flex !important;
}

.kv-boxes .swiper-wrapper {
  display: flex;
  width: 100%;
}

.kv-boxes .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.kv-box {
  position: relative;
}

.kva-title{
    width: 100%;
  background: url(../img/kv-at1.png) center center / 100% 100% no-repeat;
  max-width: 302px;
  height: 44px;
  background-size: contain;
  position: relative;
  top: 15%;
  margin: 0 auto;
}

.kv-box-img1{
  width: 100%;
  background: url(../img/kvb1.png) center center / 100% 100% no-repeat;
  max-width: 473px;
  height: 357px;
  background-size: contain;
  position: relative;
  margin: 0 auto;
} 

.kv-box-img1 p{
  color: #546042;
  font-size: 26px;
  position: relative;
  top: 70%;
  text-align: center;
  line-height: 1.2;
}



.kv-box-img2{
  width: 100%;
  background: url(../img/kvb2.png) center center / 100% 100% no-repeat;
  max-width: 515px;
  height: 334px;
  background-size: contain;
  position: relative;
  margin: 0 auto;
} 

.kv-box1 {
  width: 32%;
}

.kv-box2 {
  width: 38%;
  max-width: 500px;
}


.kv-box2-content {
  position: absolute;
  top: 32%;
  width: 70%;
  text-align: center;
  left: calc(20% + 10px);
}

.kv-tags {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.kv-tags>span {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  padding: 5px;
  font-size: 20px;
  padding: 4px 10px;
  border-radius: 20px;
}

.kv-box2-content p {
  font-size: 26px;
  color: var(--gold);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
}

.kv-box2-content b {
  font-size: 42px;
  color: var(--green);
  letter-spacing: 2px;

}

.kv-box2-content p span {
  color: var(--green);
}


/* ---------- p2 活動資格 ---------- */
/* ---------- section title ---------- */
.sec-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--purple);
  letter-spacing: 6px;
  background: url(../img/h2a.png) no-repeat center center;
  background-size: contain;
  max-width: 333px;
  height: auto;
  margin: 0 auto ;
  margin-bottom: 40px;
  
}



.p2 {
  position: relative;
  background: var(--beige4);
  height:auto;
}

.p2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top : 20%;
  width: 100%;
  /* max-width: 1920px; */
  height: 676px;
  background: url(../img/p2bg2.png) center top / 100% 100% no-repeat; 
      background-size: cover;
}

.p2-top {
  width: 100%;
  margin-top: -2px;
}


.p2-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p2-photo {
  padding-bottom: 160px;
}

.p2-photo img {
  margin: 0 auto;   
}

.p2-leaf {
  position: absolute !important;
  width: 80px !important;
  left: -40px;
  bottom: -20px;
}

.p2-cards {
  flex: 1;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: left;
}

.p2-cards p ,.p2-cards a {
  text-align: center;
  margin: 0 auto;

}

.p2-card1 {
  position: relative;
  background:url(../img/p2b1.png) center  no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 453px;
  height: 262px;
}

.p2-card1::after {
  content: "";
  position: absolute;
  background:url(../img/p2b2.png) center no-repeat;
  width: 100%;
  max-width: 78px;
  height: 41px;
  top: -20px;
  left: 40%;
  transform: translateX(50%);
}

.p2-card2 {
  position: relative;
  background:url(../img/p2c1.png) center  no-repeat;
    background-size: 100% 100%;
  width: 100%;
  max-width: 453px;
  height: 264px;
}

.p2-card2::after {
  content: "";
  position: absolute;
  background:url(../img/p2c2.png) center no-repeat;
  width: 100%;
  max-width: 78px;
  height: 41px;
  top: -20px;
  left: 40%;
  transform: translateX(50%);
}


.cont{
  display: flex;
  flex-direction: column;
}

.cont>div{
  padding-bottom: 10px;
}

.p2-cards .cont>div img{
  display: block;
  width: 100%;
  max-width: 53px;
  height: 34px;
  margin: 5px 0;
}

.p2-cards .cont>div,.p2-cards .cont>div{
  display: flex;
  justify-content: center;
  align-content: flex-start;
  gap: 30px;
  padding-top: 50px;
  width: 100%;
}


.p2-card1 h2 ,.p2-card2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 6px;
  line-height: 1.2;
}

.p2-card1 p ,.p2-card2 p {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

.p2-card1 p{
  text-align: left;
  padding: 0 50px;
}

.p2-cards a.p2-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  background: #94dc78;
  color: #2b3f22;
  font-weight: 700;
  font-size: 22px;
  padding: 10px 50px;
  border-radius: 30px;
  width: fit-content;
  
}

.p2-cards a.p2-btn:hover{
  background-color:#2b3f22 ;
  color: #fff;
}

.p2-btn i {
  font-style: normal;
  font-size: 11px;
}

.p2a2{
  position: absolute;
  background:url(../img/p2a2.png) center  no-repeat;
    background-size: 100% 100%;
  width: 100%;
  max-width: 89px;
  height: 85px;
  z-index: 1;
}

.p2a2-1{
  top: calc(30% + 0px);
  left: calc(70% + 40px);
  }
.p2a2-2{
  top: calc(0% + 120px);
  left: calc(20% + 0px);
  transform: rotate(180deg);
}


/* ---------- p3 活動優惠 ---------- */
.p3 {
  position: relative;
  background: #f1ece7;
  height: auto;
  padding-bottom: 12%;
}

.p3a5{
  position: absolute;
  background:url(../img/p3a5.png) center  no-repeat;
    background-size: 100% 100%;
  width: 100%;
  max-width: 117px;
  height: 134px;
  z-index: 1;
  top: calc(-10% + 0px);
  left: calc(80% + 0px);
}

.p3-inner {
  position: relative;
}

.p3-card {
  position: relative;
  background: #faf6ef;
  border-radius: var(--radius-lg);
  padding: 34px 60px;
}

.p3-card-bg1{
  width: 100%;
  height: auto;
  position: relative;
  background:url(../img/p3bg1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1130px;
}

.p3-card-bg2{
  position: relative;
  background:url(../img/p3bg2.png)  center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 1130px;
  height: auto;
}

.p3-card-bg3{
    width: 100%;
  height: auto;
  position: relative;
  background:url(../img/p3bg3.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1130px;
}

.p3-card>div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 85px;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  margin-left: 10%;
}

.p3-card.p3-card-bg1>div{
  margin-top:20px;
}
.p3t-title{position: relative;}
.p3t-title::after{
  content: "";
  width: 100%;
  max-width:28px;
  height: 49px;
  display: block;
  position: absolute;
  z-index: 3;
  
}

.p3-card-bg1>div .p3t-title::after{
  content: "";
  background: url(../img/p3t101.png)no-repeat;
  right: -20px;
  top: -20px;
}
.p3-card-bg2>div .p3t-title::after{
  content: "";
  background: url(../img/p3t201.png)no-repeat;
  left:-30px;
  top: -30px;
}
.p3-card-bg3>div .p3t-title::after{
  content: "";
  background: url(../img/p3t301.png)no-repeat;
  right: -20px;
  top: -20px;
}


.p3-list{
  width: 60%;
}

.p3-list li{
  font-size: 20px;
  color: #000;
  position: relative;
  margin-bottom: 6px;
  padding-right: 10px;
}

.p3-list--purple li::marker {
  color: #8b6dbb;
}
.p3-list--brown li::marker {
  color: #ff4848;
}
.p3-list--green li::marker {
  color: #799668;
}

.p3-list--purple b{
    color: #8b6dbb;
    font-size: 20px;
    font-weight: 700;
}

.p3-list--brown span{
  color: #ff4848;
  font-weight: 700;
}

.p3-list--brown b{
  color: #ff4848;
  font-size: 38px;
  line-height: 1px;
  font-weight: 700;
}

.p3-list--green span{
  color: #799668;
  font-weight: 700;
}



.p3-deco1 {
  position: absolute !important;
  top: 10px;
  left: 40px;
  max-width: 100% !important;
  opacity: .9;
}

.p3-deco2 {
  position: absolute !important;
  top: 0px;
  right: 40px;
}

.p3-deco3{
  position: absolute !important;
  top: 50px;
  left: 40px;
  max-width: 100%;
  opacity: .9;
}

.p3-deco4 {
  position: absolute !important;
  top: -50px;
  left: -40px;
}

/* ---------- p4 活動辦法 ---------- */
.p4 {
  position: relative;
  padding: 0 0 80px;
  background: #fff;
  z-index: 1;
}

.p4::before {
  content: "";
  position: absolute;
   top: -120px;
  width: 100%;
  /* max-width: 1920px; */
  height: 173px;
  background: url(../img/p4bgtop.png) center top / 100% 100% no-repeat;
  z-index: 2;
  background-size: cover;
}

.p4-inner {
  padding-top: 20px;
}

.p4-list {
  counter-reset: p4-counter;
  list-style: none;
  font-size: 19px;
  line-height: 1.5;
  color: var(--black);
  font-weight: 400;
}

.p4-list > li {
  counter-increment: p4-counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
}

.p4-list > li::before {
  content: counter(p4-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text);
}

.p4-sub {
  margin: 10px 0 10px;
}

.p4-sub li {
  position: relative;
  margin-bottom: 6px;
  list-style: none;
}

.p4-sub li::before{
  content: "𒊹";

}

.red{
  color: red;
}
/*mb*/
.Ttable-mb {
    display: none;
}

.Ttable-mb .Ttable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.Ttable-mb .Ttable th,
.Ttable-mb .Ttable td {
    border: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    padding: 7px 5px;
    line-height: 1.5;
}

.Ttable-mb .Ttable th {
    background: #d8d1e8;
    font-weight: 500;
}

.Ttable-mb .Ttable td:first-child {
    width: 42%;
    background: #d8d1e8;
}

.Ttable-mb .Ttable td:last-child {
    width: 58%;
    background: #fff;
}

/*pc*/
.Ttable-wrap {
  overflow-x: auto;
}

.Ttable {
  border-collapse: collapse;
  width: 96%;
}


.Ttable th,
.Ttable td {
  border: 1px solid #000;
  padding: 10px 5px;
}

.Ttable td {
  text-align: center;
  padding: 5px;
}

.table-head{
  background: var(--purple-sec);
  color: #000;
  text-align: center;
}


/*mb 舉例說明*/
.Ttable-pc {
        display: none;
    }

    .Ttable-mb {
        display: block;
        width: 100%;
    }

    .Ttable-mb .Ttable {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .Ttable-mb th,
    .Ttable-mb td {
        border: 1px solid #333;
        text-align: center;
        vertical-align: middle;
        line-height: 1.5;
    }

    /* 表頭 */
    .Ttable-mb .table-head th {
        background: #d8d1e8;
        font-weight: 500;
    }

    /* 三個主要欄位 */
    .Ttable-mb .table-head th:nth-child(1) {
        width: 27%;
    }

    .Ttable-mb .table-head th:nth-child(2) {
        width: 43%;
    }

    .Ttable-mb .table-head th:nth-child(3) {
        width: 30%;
    }

    /* 回饋、掛帳名稱 */
    .Ttable-mb .mb-info th {
        width: 27%;
        background: #d8d1e8;
        font-weight: 500;
    }

    .Ttable-mb .mb-info td {
        width: 73%;
        background: #fff;
    }




.p5 .table-head>td:first-child{
  vertical-align: middle;
}

/* ---------- p5 注意事項 ---------- */
.p5 {
  position: relative;
  padding: 0 0 80px;
  background: linear-gradient(180deg, #fff 0%, #f8ece9 100%);
}

.p5-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px;
}

.p5-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: none;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  color: var(--purple);
  padding: 30px 0;
}

.p5-toggle i {
  font-style: normal;
  transition: transform .3s ease;
}

.p5-toggle.on i {
  transform: rotate(180deg);
}

.p5-content {
  font-size: 19px;
  color: #000;
  font-weight: 400;
}

.p5-list {
  counter-reset: p5-counter;
  list-style: none;
}

.p5-list > li {
  counter-increment: p5-counter;
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
}

.p5-list > li::before {
  content: counter(p5-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text);
}

.p5-warning {
  color: red;
  margin: 24px 0;
  line-height: 1.2
}

.p5-warning-title {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}

.p5-final {
  line-height: 1.2;
}

.p5-final b {
  font-weight: 700;
}

/* ---------- footer ---------- */
.footer {
  width: 100%;
  background: var(--footer-bg);
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #FFF;
}

.footer p,
.footer a {
  display: inline-block;
  color: #fff;
  margin-left: 8px;
}

.footer a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: #fff;
}

/* ---------- 浮動按鈕 ---------- */
.float-btns {
  position: fixed;
  right: 20px;
  bottom: 2%;
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.float-btn-img1{
  position: absolute;
  width: 100%;
  max-width: 137px;
  height: 127px;
  background: url(../img/btn1.png) center top / 100% 100% no-repeat;
  background-size: contain;
}

.float-btn-img2{
  position: absolute;
  width: 100%;
  max-width: 137px;
  height: 127px;
  background: url(../img/btn2.png) center top / 100% 100% no-repeat;
  background-size: contain;
}

.float-btn-img3{
  position: absolute;
  width: 100%;
  max-width: 137px;
  height: 127px;
  background: url(../img/btn3.png) center top / 100% 100% no-repeat;
  background-size: contain;
}

.float-btn {
  position: relative;
  width: 137px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.float-btn{
  cursor: pointer !important;
}

a:hover:not(.footer a){
  transform: scale(1.05);
  filter: brightness(1.2);
  transition: all 0.3s ease-in-out;
}

.float-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.float-btn span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size:20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

/* ---------- popup ---------- */
.pop-mask {
  position: fixed;
  inset: 0;
  background: rgba(30, 24, 22, .6);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: all 1s ease-in;
}

.pop-mask.show {
  display: flex;
}



.pop::before{
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1154px;
  height: 783px;
  background: url(../img/pop-bg.png) center top / 100% 100% no-repeat;
  z-index: -2;
  top: -3%;
  left: -0%;
  
}

.pop {
  position:absolute;
  width: 100%;
  max-width: 1100px;
  height: 750px;
  border-radius: 40px;
  background-size: contain;
  border-radius: 30px;
  padding: 60px;
  background-color: #f8f4f0;
  z-index: 1;
  
}

.pop-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  z-index: 5;
  border-radius: 50px;
  background: url(../img/btn-close.png) center top / 100% 100% no-repeat;
  cursor: pointer;
}

.pop-close:hover{
  background: url(../img/btn-close-hover.png) center top / 100% 100% no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}


.pop-logo {
  display: inline-block;
  width: 170px;
  margin-bottom: 10px;
}

.pop-title {
  text-align: center;
  font-size: 30px;
  color: var(--purple);
  letter-spacing: 6px;
  margin-bottom: 30px;
}

.pop-cards {
  width: 100%;
}

.pop-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
}

.pop-line{
  position: relative;
  width: 1px;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  
}

.pop-card h4 {
  font-size: 30px;
  font-weight: 300;
  color: #39313a;
  margin-bottom: 10px;
}

.pop-card span {
  font-weight: 700;
}

.pop-card-tag {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 20px;
  border-radius: 20px;
  padding: 3px 14px;
  margin-bottom: 14px;
}

.pop-card-desc {
  font-size: 20px;
  color: #000;
  margin-bottom: 16px;
  line-height: 2rem;
}

.pop-card-desc b {
  color: #ae8847;
  font-size:26px;
  font-weight: 700;
}

.pop-card-img {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
}


.pop-card-btns {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  margin-top: auto;
  
}

.btn-outline,
.btn-solid {
  display: inline-block;
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 25px;
  white-space: nowrap;
  font-weight: 700;
}

.btn-outline:hover,
.btn-solid:hover{
  background-color:#63714e ;
  color: #fff;
}
.btn-outline {
  border: 1px solid #ccc;
  color: #39313a;
  background-color: #d2cdcc;
}

.btn-solid {
  background: var(--gold);
  color: #fff;
}

.pop-dots {
  justify-content: center;
  gap: 8px;
  padding-bottom: 20px;
}

.pop-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #ddd;
  opacity: 1;
}

.pop-dots .swiper-pagination-bullet-active {
  background: var(--purple);
}

.none{
  display: none;
}

.block{
  display: block;
}