 body {
      font-family: "Noto Sans TC", sans-serif;
      background-color: #ffe67d;
      line-height: 1.5;
      margin: 0;
      background-image: linear-gradient(#e8cb3e , transparent 0.75px),
                    linear-gradient(90deg,#e8cb3e , transparent 1px);
      background-size: 30px 30px;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    /*header*/
    .header {
        width: 100%; 
        position: fixed;
        top: 0; 
        z-index: 1000; 
        text-align: center;
        background-color: #cc000d;
        
    }
    .header-nav{
        background-color: #cc000d;
        padding: 10px;
        text-align: right;
    }
    .header-nav-container{
        padding-top: 10px;
    } 
    .entie-logo {
      width: 0px;
      padding: 12px 0px 0px 120px;
      margin-left: 15px;
      overflow: hidden;
      height: 15px;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url(../images/entie-logo.svg);
    }
.kv {
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #f57b3b;
    background-size: cover;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    background-image: url("images/kv-bg.jpg");
}

    .deco-1 {
        margin-top: -20px;
    }

    .kv-decor .person {
      position: absolute;
      width: 150px;
      z-index: 1;
      transition: all 0.3s ease; 
    }
    .person-left {
      left: 100px;
      bottom: 150px;
    }
    .person-right {
      right: 100px;
      bottom: 150px;
    }

    .person-top {
      top: 280px;
      left: -2%;
      transform: translateX(50%);
    }

    .kv .main-title {
      margin: 40px auto 10px;
      max-width: 800px;
    }
    .kv .main-p{
      color: #FC4100;
      font-size: 35px;
      font-weight: 500;
      margin: 10px auto;
      text-align: center;
    }
    .kv .highlight-points {
      margin: 0 auto 10px;
      max-width: 75%;
      animation: pulseGift 6s ease-in-out 1;
      margin-top: -40px;	
    }
    .gift-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
    }

    .gift-card {
      width: 100%;
      max-width: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .gift-card img {
      max-width: 80%;
      height: auto;
      margin-top: -60px;	
    }
    .gift-img.mobile {
      display: none;
    }
    @keyframes pulseGift {
      0%, 20%, 100% { transform: scale(1); }
      10% { transform: scale(1.1); }
    }


    .activity-date{
        font-size:28px;
         max-width: 500px;
          text-align: center;
        margin: 10px auto 10px;
    }

     /*section*/
    .section {
      padding: 0px 20px;
      text-align: center;
     
    }
    .section-title {/*活動內容*/
      display: flex;
      justify-content: center;
      margin: 40px auto 10px;
      max-width: 500px;
    }
/*line*/
    .line{
      /**background-color: #fff;**/
      border-radius: 16px;
      padding: 40px 50px;
      max-width: 1000px;
      margin: 50px auto 40px;
      
    }
    .line-box {
      display: flex;
      align-items: center;
      /**background: #fff;**/
      border-radius: 12px;
      justify-content: center;
    }
    .line-image-wrapper {
      max-width: 300px;
      width: 100%;
}
    .line-image-wrapper img {
      width: 100%;
      height: auto;
      display: block;
}
    .line-text {
        text-align:center;
        font-size: 26px;
    }
    .line-chat-bubble {
        display: inline-block;
		background-color: #4caf50;
        border-radius: 50px;
        padding: 16px 20px;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
        position: relative;
}

    .line-chat-bubble ::after {
      content: "";
      position: absolute;
      left: -50px;
      top: 50px;
      border-width: 30px;
      border-style: solid;
      border-color: transparent #4caf50 transparent transparent ;

	
	
}
/*lineend*/

/*points內容*/
   .points {
      position: relative;
      background-color: #fff;
      border-radius: 16px;
      border: 4px solid #ffcc00;
      padding: 40px 50px;
      max-width: 1000px;
      margin: 60px auto 60px;
      text-align: l;
      line-height: 1.6;
    }

 .points-p {
      position: relative;
      background-color: #fff;
      border-radius: 16px;
      border: 3px solid #f94144;
      padding: 10px 50px;
      max-width: 1000px;
      margin: 60px auto 60px;
      text-align: l;
      line-height: 1.6;
    }



.points-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  max-width: 400px;
  z-index: 2;
}


.points-50 {
  margin: 20px auto;
  max-width: 450px;
}
.deco-1{
	position: absolute;
	max-width: 100%; 
}


.decor-left,
.decor-right {
  position: absolute;
  top: 350px;
  width: 80px;
  	
}
.decor-left {
  left: 100px;
}
.decor-right {
  right: 100px;
}


.decor-person {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 180px;
  z-index: 1;
}

.decor-person-right {
  left: auto;
  right: 10px;
  width: 190px;
  bottom: 0;
  position: absolute;
}

.note {
  font-size: 28px;
  color: #333;
  padding-top: 8pt;
}
.note-p {
  text-align: center;	
  font-size: 28px;
  color: #333;
  padding-top: 8pt;
}

.tight-left {
  margin-right: -0.02em;
}
.tight-right {
  margin-left: -0.02em;
}

.highlight-p {
  color: #f9340d;
  font-size: 28px;
}
.highlight-s {
  color: #000000;
  font-size: 28px;
}




 /*btn*/ 
    .section-cta {
      margin-top: 20px; 
	  display: flex;
      gap: 10px;	
}
    .section-cta .btn {
      display: block;
      width: 80%;
      max-width:800px;
      padding: 16px;
      margin: 20px auto ;
      border-radius: 10px;
      font-weight: bold;
      font-size: 24px;
      text-align: center;
      text-decoration: none;
      border: 2px solid #3a3a3a;
    }

    .section-cta-line .btn {
      display: block;
      width: 80%;
      max-width:800px;
      padding: 16px;
      margin: 20px auto ;
      border-radius: 10px;
      font-weight: bold;
      font-size: 24px;
      text-align: center;
      text-decoration: none;
      border: 2px solid #3a3a3a;
    }

    .btn-green{
      background-color: #ffffff;
      color: #3a3a3a;
    }

    .btn-yellow {
      background-color: #FFD100;
      color: #000;
    }
    .btn-red {
      background-color: #cc000d;
      color: #fff;
    }

    .notice-approval {
      font-size: 12px;
      color: #292626;
      width: 85%;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 40px;
}



/*QA*/
    .section-collapse {
      max-width: 1100px;
      margin: 50px auto;
      width: 88%;
      text-align: left;
      padding: 16px;
    }
    details {
      margin-bottom: 20px;
      background: #ffffff;
      color: #444141;
      padding: 10px 20px;
      border-radius: 10px;
      font-size: 24px;
      border: 2px solid #ecd8a2;
    }
    summary {
      font-weight: bold;
      cursor: pointer;
    }
    .answer{
      padding: 24px;
      border-radius: 10px;
      list-style-type: none;
      line-height: 1.8;
      margin-top: 10px;
	  font-size: 20px;
	  
}
    .answer li {
      list-style-position: inside;
      text-indent: -1em;
      padding-left: 1em;
    }
/*QA end*/
    /*footer*/
    .footer{
        color: #ffffff;
        text-align: center;
    }
    .info{
        background-color: #CC000D;
        padding: 20px;
        padding-left: 70px;
      
    }

    .info-photo{
      display: flex;
      justify-content: center;
    }
    .info-photo img{
        width: 400px;
        padding:0px;
      
    }
    .copyright{
        font-size: 12px;
        padding: 8px 8px 10px 8px;
        background-color: #464E60;
        color: #DCDCDC;
      margin: 0px;
    }
    .footer-item{
      margin-left: 35px;
      padding-top: 18px;
      
}
/* side btn */
.side-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 6px;
  white-space: normal;       
  word-break: keep-all;     
}

.side-buttons {
  position: fixed;
  right: 12px;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.side-btn.line {
  background-color: #00c300;
}
.side-btn.pxpay {
  background-color: #FFD100;
  color: #2b2b2b;
}
.side-btn.jkpay {
  background-color: #CC000D;
}
.side-btn:hover {
  opacity: 0.85;
}


.to-top-btn {
  display: none; 
  position: fixed; 
  bottom: 20px;
  right: 14px; 
  padding-top: 20px;
  z-index: 999; 
  cursor: pointer;
}

.to-top-btn.show {
  display: block; 
}
    
    