/*---------通用css----------*/
.hoverScale {
  position: absolute;
  transform: translate(-50%, 30%) scale(1.5, 1.5);
  transition: 0.5s;
}

.hoverScale:hover {
  transform: translate(-50%, 30%) scale(2, 2);
}

.click_btn {
  background-color: #e7a03e;
}

.border_btn {
  background-color: #fff;
  border: #999999 1px solid;
  color: #999999;
}

.rwdShow {
  display: none;
}

@media (max-width: 768px) {
  .rwdShow {
    display: block;
  }
}

.rwdNotShow {
  display: block;
}

@media (max-width: 959px) {
  .rwdNotShow {
    display: none;
  }
}

.letterSpacing_thin {
  letter-spacing: 0;
}

/*---------以下頁面css----------*/

/*---------最新優惠、產品特色----------*/





.new_discount {
  text-align: center;
  position: relative;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.new_discount .container {
  max-width: 900px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
  list-style: none;
}

.new_discount .container .features {
  width: 90%;
  margin: 0px 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
    background-color: #edfbf4; /* 淺綠 */
    padding: 30px 80px;
    border-radius: 40px; /* 可選的圓角 */
    list-style-type: none; /* 去掉項目前的符號 */
}  


.new_discount .container .features .features-title {
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px !important;
  text-align: center;
  font-weight: bold;
  line-height: 1cm;
  font-size: 22px;
  letter-spacing: 2px;
}  

.new_discount .container .features .features-title span{
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px !important;
  text-align: center;
  color: #f8524c;
  font-weight: bold;
  font-size: 26px;
}


.new_discount .container li .list {
  margin-top: 8px;
  text-align: left;
  list-style: none;
}

.new_discount .container li .list li {
  margin: auto;
  font-size: 18px;
  width: 100%;
  line-height: 1.5;
  position:relative;
    background-color: white; /* 白色底色 */
    border-radius: 20px; /* 圓角 */
    display: flex; /* 使用flexbox */
    align-items: center; /* 垂直置中 */

    margin: 25px 0; /* 每個項目的上下間距 */
    list-style:none; /* 去掉項目前的符號 */
    justify-content: center; /* 水平置中内容 */
    margin-bottom: 25px;
    text-align: left
}

.new_discount .container li .list li ul{
  display: flex; /* 使用flexbox */
  align-items: center;
  width: 500px ;
}


.new_discount .container li .list li ul li.pp{
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: flex-start; /* 左對齊 */
  list-style: none;
  width: auto;
  flex-direction: column;
}

.new_discount .container li .list li ul li.text {
  flex-grow: 1;
  text-align: left;
  width: 470px;
  display: block;
}

.new_discount .container li .list li ul li img{
  width: 50%; /* 調整圖片大小 */
  height: 0%; /* 調整圖片大小 */ 
  text-align: left;
  margin-right: 10px;
}


.new_discount .container li .list li img{
    width: 90px; /* 調整圖片大小 */
    height: 90px; /* 調整圖片大小 */   
    text-align: left;
}


.new_discount .container li .list li h3 {
  font-size: inherit;
  line-height: inherit;
  display: inline;
}

.new_discount .container li .list li span {
  color: #f8524c;
  font-size: 22px;
  font-weight: bold !important;
}

.new_discount .container li .list li : before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #3F3F3F;
  border-radius: 100px;
  position: absolute;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  left: 0px;
  top: 20px 
}

.new_discount1 {
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.new_discount1 .container1 {
  max-width: 900px;
  background: #fff;
  width: 100%;
  margin: 30px auto;
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.new_discount1 .features1 {
  margin: 0 auto; /* 调整为 auto */
  background-color: rgb(215 237 250 / 52%);
  border-radius: 40px;
  width: 90%;
  padding: 30px 80px 60px 80px;

}

.new_discount1 .features-title1 {
  width: 100%;
  font-weight: bold;
  margin-bottom: 40px !important;
  margin-top: 20px !important;
  text-align: center;
  line-height: 1cm;
  font-size: 22px;
  letter-spacing: 2px;
}  

.features-title1 span {
  color: #f8524c;
  font-size: 26px;
}

ul .list1 {
  margin: 0 auto;
  list-style: none;
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
} 


.list1 {
  list-style: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}   

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

.what {
  margin: 0 auto;
  width: 350px ; /* 或設置一個特定的寬度 */
  padding: 0 20px;
  
}

.pp {
  display: flex;
  justify-content: c;
  align-items: flex-start;
  padding: 10px;
  gap: 10px;
}

.pp img {
  display: block;
  margin-right: 10px;
  width: 45px;
  height: 40px; 
}

.pp div {
  text-align: left;
  line-height: 1.5;
}

.pp span {
  font-size: 20px;
  font-weight: bold;
  color: #4992cf;
}

.pp p {
  text-align: left;
  font-size: 16px;
}

ul.list1 li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

ul.list1 li ul span {
  font-size: 20px;
  font-weight: bold;
  color: #4992cf;
}

ul.list1 li ul li {
  font-size: 16px;
  line-height: 1.5;
}

.new_discount2 {
  text-align: center;
  position: relative;
  padding: 30px 0;
}

.new_discount2 .container2 {
  max-width: 900px;
  background: #fff;
  width: 100%;
  margin: 30px auto;
  list-style-type: none;
  padding: 0;
}

.new_discount2 .features2 {
  width: 90%;
  margin: 0 auto; /* 调整为 auto */
  padding: 20px 80px 60px 80px;
  background-color: #faf9e3a6;
  border-radius: 40px;
}

.new_discount2 .features-title2 {
  width: 100%;
  font-weight: bold;
  margin-bottom: 40px !important;
  margin-top: 20px !important;
  text-align: center;
  line-height: 1cm;
  font-size: 22px;
  letter-spacing: 2px;
}  

.features-title2 span {
  color: #f8524c;
  font-size: 26px;
}


.summer-activity {
  max-width: 1000px;
  width: 100%;
  margin: 0px 20px;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #009973;
  border-radius: 8px;
  text-align: center;
}

.summer-activity table {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  vertical-align: middle;
}

.summer-activity th {
  background-color: #009973;
  color: #fff;
}

.summer-activity th,
.summer-activity td {
  line-height: 26px;
  padding: 10px;
  border: 1px solid rgb(180, 180, 180);
  vertical-align: middle;
}

.summer-activity span {
  line-height: 26px;
  color: #E66900;
  font-size: 16px;
  font-weight: bold !important;
}

.summer-activity ul {
  padding: 20px;
  margin: 0 auto;
  width: 100%;
}

.summer-activity ul li {
  text-align: left;
  line-height: 28px;
}

.white-popup {
  position: relative;
  background: #ffffff;
  padding: 20px;
  height: 750px;
  border-radius: 4px;
  overflow-y: scroll;
  max-width: 1000px;
  margin: 20px auto;
  line-height: 22px;
  padding-right: 2em;
}

.open-popup-link {
  font-size: 16px;
  text-align: center;
  display: block;
  margin: 10px 0;
  color: #009973;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#test-popup-3 ol {
  list-style: decimal;
}

#test-popup-3 ul {
  list-style: initial;
}

#test-popup-3 a {
  color: #009973;
}

@media (max-width: 768px) {
  .new_discount .container li .list li {
    font-size: 16px;
    line-height: 1.2;
    padding: 4px 0;
    padding-left:10px;
    padding-right:10px;
  }

  .new_discount .container li .list li:before{
    top:16px;
  }

  .new_discount .container li .list li ul li.text {
    flex-grow: 1;
    text-align: left;
    width: auto;
  }
  
  .new_discount .features, .new_discount1 .features1, .new_discount2 .features2 {
    padding: 20px;
    margin: 10px;
  }
}

@media (max-width: 675px) {
  .new_discount .container {
    max-width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 94%;
    margin: 40px auto;
    padding: 16px 8px 24px 8px;
  }
  
  .new_discount2 .features2 {
    margin: 0 20px;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
   }

  .new_discount1 .container1 {
    max-width: 100%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px auto;
    padding: 16px 8px 24px 8px;
  }

  .new_discount .container .features {
    margin: 20px 12px;
  }

  .new_discount1 .container1 .features1 {
    margin: 20px 12px;
  }

  .div .pp {
    max-width: 300px;
   
  }

}

@media (max-width: 610px) {
  .new_discount .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }

  .new_discount .container .features {
    width: 90%;
    margin: 8px 0;
    padding: 16px;
    background-color: #fff; 
    border-radius: 8px;
    text-align: center;
       background-color: #edfbf4; /* 粉色，透明度0.3 */
       padding: 30px ;
       border-radius: 40px; /* 可選的圓角 */
       list-style-type: none; /* 去掉項目前的符號 */
  }


  .new_discount1 .container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }

  .new_discount1 .container1 .features1 {
    width: 90%;
    margin: 8px 0;
    padding: 16px;
    background-color: #fff; 
    border-radius: 8px;
    text-align: center;
    background-color: rgb(215 237 250 / 52%);
       padding: 30px ;
       border-radius: 40px; /* 可選的圓角 */
       list-style-type: none; /* 去掉項目前的符號 */
  }

  .pp span {
    font-size: 18px;
    font-weight: bold;
    color: #4992cf;
}

 .pp img {
  display: block;
  width: 35px;
  height: 30px;
}


 .pp p {
  text-align: left;
  font-size: 13px;
}


 .what {
  margin: 0 auto;
  width: 350px;
  padding: 0 5px;
}

.features-title1 span {
  color: #f8524c;
  font-size: 22px;
}

.new_discount .container .features .features-title span {
  color: #f8524c;
  font-size: 22px;
}

.features-title2 span {
  color: #f8524c;
  font-size: 22px;
}

  .new_discount2 .container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }

  .new_discount2 .container2 .features2 {
    width: 90%;
    text-align: center;
    margin: 8px 0;
    border-radius: 40px; /* 可選的圓角 */
  }


  .new_discount .container .features .features-title {
    font-size: 22px;
  }

  .new_discount .container li img {
    max-width: 100%;
 
    }


  .new_discount .container li .list {
    margin-top: 4px;
  }

  .new_discount .container li .list li {
    font-size: 16px;
  }

  .summer-activity {
    max-width: none;
    width: fit-content;
  }
}

@media(max-width:768px){
  .new_discount .container li .list li ul li.pp{
   width: 40%  ;
  }
  .new_discount .container li .list li ul li img{
    width: 40%; /* 調整圖片大小 */
  }
}

@media(max-width:420px){
  .new_discount .container li .list li ul {
   display: block;
  }
  .new_discount .container li .list li ul li.pp{
    width: 90%  ;
    margin: 0 auto;
    text-align: center;
   }
   .new_discount .container li .list li ul li img{
    margin-top: 20px;
  }
   .new_discount .container li .list li ul li.text {
    width: 95%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
   }
   .new_discount .container li .list li span {
    font-size: 20px;
   }
}
#loan_calc {
  margin: auto;
}

#loan_calc.active {
  display: block;
}

.slide {
  text-align: center;
  background: #fff;
  padding: 80px 10px 30px 10px;
  position: relative;
}

.slide .container {
  max-width: 1200px;
  position: relative;
}

.slide .container #slideList a {
  display: inline-block;
}

.slide .container #slideList .slideList_item {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 1000px;
  padding: 20px;
  margin: 0 10px;
}

@media (max-width: 568px) {
  .slide {
    padding: 30px 10px 30px 10px;
  }
}

@media (max-width: 425px) {
  .slide .container #slideList .slideList_item {
    width: 50px;
    height: 50px;
    line-height: 1.5;
  }
}

.slide .container #slideList .slideList_item img {
  width: 80px;
}

@media (max-width: 425px) {
  .slide .container #slideList .slideList_item img {
    display: none;
  }
}

.slide .container #slideList .slideList_item p {
  width: 70%;
  padding: 0 0 5px 0;
  margin: auto;
}

.slide .container #slideList .slideList_item .act {
  border-bottom: 2px solid #713e3b;
}

.slide .container .slideList_content {
  max-width: 1000px;
  margin: 30px auto;
  padding-bottom: 40px;
}

.slide .container .slideList_content .gradient_green {
  background: #ffffff;
}

.slide .container .slideList_content li {
  background-color: #fff;
  border-radius: 15px;
  background: #ffffff;
  padding: 60px 0 0 0;
}

.slide .container .slideList_content li h3 {
  color: #713e3b;
  line-height: 1.2;
}

.slide .container .slideList_content li p {
  font-size: 22px;
  margin: 20px 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .slide .container .slideList_content {
    padding-bottom: 100px;
  }
}

@media (max-width: 425px) {
  .slide .container .slideList_content li p {
    font-size: 16px;
    line-height: 1.5;
  }

  .slide .container .slideList_content {
    padding-bottom: 50px;
  }
}

.slide .container .slideList_content li .btn {
  display: block;
  margin: auto;
}

.slide .container .slideList_content li img {
  max-width: 300px;
  margin: auto;
  margin-top: 60px;
}


/*# sourceMappingURL=20210407_add.css.map */

.tips {
  color: red;
  font-size: 16px;
  margin: 10px 0 20px 0;
}

.tips a {
  color: blue;
  text-decoration: underline;
}

@media screen and (max-width:500px) {
  .tips {
    font-size: 14px;
    line-height: 22px;
  }

  .summer-activity .title img {
    margin-bottom: 10px;
  }

}

.summer-activity .title {
  vertical-align: middle;
}

.summer-activity .title img {
  max-width: 70px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.summer-activity .title h3 {
  display: inline-block;
  vertical-align: middle;
}

.kv {
  position: relative;
}


.calculation {
  padding-bottom: 50px;
}

.calculation h2 {
  text-align: center;
}

.calculation table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  padding: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 30px; /* 添加统一的圆角 */
  overflow: hidden; /* 确保圆角显示 */
}

.calculation td,
th {
  padding: 16px;
  text-align: center;
  border: solid 1px #0b6f72;
  font-size: 18px;
  padding: 20px 20px;
}

.calculation th {
  background: #00a19b;
  color: #fff;
}

.calculation td:nth-child(1),
.calculation th:nth-child(1) {
  text-align: center;  
}

.calculation tr:first-child th:last-child {
  border-top-right-radius: 30px;
}

.calculation tr:first-child th:first-child{
  border-top-left-radius: 30px;
}

.calculation tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

.calculation tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}

.calculation td {
  background-color: #ffffff;
}

.calculation p {
  color: #313131;
  line-height: 1.5;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}


.event h2 {
  margin-bottom: 20px !important;
}

@media screen and (max-width:500px) {

  .calculation td,
  th {
    font-size: 16px;
    padding: 16px 8px;
  }
}

@media (min-width: 960px) {

  .uk-h2,h2 {
    font-size: 1.7rem;
  }
}

.small-ol {
	list-style-type: none;
    counter-reset: section;
    padding-left: 20px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* 在 ol 上重置計數器 */
.small-ol .small-li {
    counter-increment: section;
    text-indent: -24px;
}
/* 在每個 li 上增加計數器 */

.small-ol .small-li::before {
    content: "(" counter(section) ")";
    /* 輸出 (1), (2), (3)... */
    margin-right: 8px;
    /* 調整數字與文字間距 */
}

.circle-ol {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.circle-li {
    list-style-type: disc;
    text-indent: 0;
}