body {
  background-color: #fff;
  box-sizing: border-box;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}






/*font*/
#CM729 .txt1 {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6em;
  font-weight: bold;
}

#CM729 .txt2 {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6em;
}

#CM729 .txt3 {
  font-size: 1rem;
}

.MOBILE #CM729 .txt1 {
  font-size: 1.2em;
  color: #333;
  line-height: 1.6em;
  font-weight: bold;
}

.MOBILE #CM729 .txt2 {
  font-size: 1.1em;
  color: #333;
  line-height: 1.6em;
}

#CM729 .blue_color {
  color: #29b8e5;
  text-decoration: underline;
}

#CM729 .purple_color {
  color: #7b4dba;
}

.MOBILE #CM729 .purple_color {
  color: #7b4dba;
}




/*按鈕*/
#CM729 .BT a {
  display: block;
  width: 50%;
  height: 60px;
  ;
  margin: 20px auto;
  background-color: #eb764f;
  box-shadow: 0 0 20px #ff5016 inset;
  color: #fff;
  font-size: 1.8rem;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
  font-weight: bold;
}

.MOBILE #CM729 .BT a {
  display: block;
  width: 90%;
  height: 55px;
  ;
  margin: 20px auto;
  background-color: #eb764f;
  color: #fff;
  font-size: 1.6rem;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
  border-radius: 55px;
  font-weight: bold;
}

#CM729 .BT a:hover {
  background-color: #b83003;
  transition: 0.5s;
}

/*置底浮水按鈕*/
#CM729 .BT_F {
  width: 100%;
  height: 75px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(77, 77, 77, 0.8);
}

.MOBILE #CM729 .BT_F {
  width: 100%;
  height: 65px;
}

#CM729 .BT_F a {
  display: block;
  max-width: 350px;
  height: 65px;
  margin: 5px auto;
  background-color: #ffc600;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 65px;
  box-shadow: 0 0 20px #ff9600 inset;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}

#CM729 .BT_F a:hover {
  box-shadow: 0 0 20px #ff9a0c inset;
  background-color: #fddd6a;
  transition: 0.5s;
}

.MOBILE #CM729 .BT_F a {
  display: block;
  width: 90%;
  height: 55px;
  margin: 0 auto;
  margin-top: 5px;
  border-radius: 55px;
}

#CM729 .BT_F a p.smail {
  font-size: 1.1rem;
  font-weight: bold;
}

#CM729 .BT_F a p.big {
  font-size: 1.6rem;
  font-weight: bold;
}

.MOBILE #CM729 .BT_F a p.smail {
  font-size: 1rem;
  font-weight: bold;
}

.MOBILE #CM729 .BT_F a p.big {
  font-size: 1.3rem;
  font-weight: bold;
}


/*框架*/
#CM729 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  -webkit-box-sizing: border-box;
  background-color: #ace7c6;
}

.MOBILE #CM729 {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-size: 244% auto;
  background-repeat: no-repeat;
  background-position: top 30px center;
}

/*TOP*/
#CM729 .TOP {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM729 .TOP {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CM729 .TOP h1 {
  width: 100%;
  height: auto;
  max-width: 800px;
  aspect-ratio: 800 / 343;
  background-image: url(../images/title.png);
  background-size: contain;
  background-position: center -30px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0 auto;
}

.MOBILE #CM729 .TOP h1 {
  width: 95%;
  height: auto;
  aspect-ratio: 800 / 343;
  background-image: url(../images/title.png);
  background-size: cover;
  background-position: center -10px;
}

#CM729 .TOP .CARD_BOX {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

.MOBILE #CM729 .TOP .CARD_BOX {
  width: 90%;
  height: auto;
  margin: 0 auto;

}

#CM729 .TOP .CARD_BOX .T_TEXT {
  max-width: 600px;
  height: 52px;
  margin: 0 auto;
}

.MOBILE #CM729 .TOP .CARD_BOX .T_TEXT {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 10px;
}

#CM729 .TOP .CARD_BOX .T_TEXT img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CM729 .CARD_BOX .CARD {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}

.MOBILE #CM729 .CARD_BOX .CARD {
  width: 75%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;

}

#CM729 .CARD .CARD_LIST {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.MOBILE #CM729 .CARD .CARD_LIST {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#CM729 .CARD .CARD_LIST li {
  /* float: left; */
}

#CM729 .CARD .CARD_LIST img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.PC #CM729 .CARD .CARD_LIST li:nth-child(1) {
  max-width: 180px;
  height: auto;
  -webkit-animation: ANI 2s infinite linear;
}

.PC #CM729 .CARD .CARD_LIST li:nth-child(2) {
  width: 26px;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-image: url(../images/ph_xx.png);
}

.PC #CM729 .CARD .CARD_LIST li:nth-child(3) {
  max-width: 180px;
  max-height: 220px;
  -webkit-animation: ANI 2s infinite linear;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}

.PC #CM729 .CARD .CARD_LIST li:nth-child(4) {
  width: 26px;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-image: url(../images/ph_xx.png);
}

.PC #CM729 .CARD .CARD_LIST li:nth-child(5) {
  max-width: 180px;
  max-height: 220px;
  -webkit-animation: ANI 2s infinite linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.PC #CM729 .CARD .CARD_LIST li:nth-child(6) {
  width: 26px;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-image: url(../images/ph_xx.png);
}

.PC #CM729 .CARD .CARD_LIST li:nth-child(7) {
  max-width: 180px;
  height: auto;
  -webkit-animation: ANI 2s infinite linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}



.MOBILE #CM729 .CARD .CARD_LIST li:nth-child(1) {
  width: 45%;

  aspect-ratio: 180/220;
  margin: 0 auto;
  -webkit-animation: ANI 2s infinite linear;
}

.MOBILE #CM729 .CARD .CARD_LIST li:nth-child(2) {
  width: 10%;
  height: 0;
  padding-bottom: 44%;
  background-image: url(../images/ph_xx.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;


}

.MOBILE #CM729 .CARD .CARD_LIST li:nth-child(3) {
  width: 45%;

  aspect-ratio: 180/220;
  margin: 0 auto;
  background-position: center center;
  -webkit-animation: ANI 2s infinite linear;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}

.MOBILE #CM729 .CARD .CARD_LIST li:nth-child(4) {
  display: none;
}

.MOBILE #CM729 .CARD .CARD_LIST li:nth-child(5) {
  width: 45%;
  aspect-ratio: 180/220;
  margin: 0 auto;
  background-position: center center;
  -webkit-animation: ANI 2s infinite linear;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

.MOBILE #CM729 .CARD .CARD_LIST li:nth-child(6) {
  width: 10%;
  height: 0;
  padding-bottom: 44%;
  background-image: url(../images/ph_xx.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.MOBILE #CM729 .CARD li:nth-child(7) {
  width: 45%;
  aspect-ratio: 180/220;
  -webkit-animation: ANI 2s infinite linear;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

@-webkit-keyframes ANI {
  12% {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
  }

  20% {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
  }

  30% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}


#CM729 .TOP p {
  width: 100%;
  color: #005827;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.MOBILE #CM729 .TOP p {
  width: 100%;
}

.PC #CM729 .TOP .smal {
  font-size: 1.7rem;
}

.PC #CM729 .TOP .big {
  font-size: 2.2rem;
}

.MOBILE #CM729 .TOP .smal {
  font-size: 1.4rem;
}

.MOBILE #CM729 .TOP .big {
  font-size: 1.7rem;
}

/*白金會員介紹*/
#CM729 .CON_bg {
  max-width: 800px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}

#CM729 .CON {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  border: 5px solid #6dc092;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#CM729 .CON:nth-child(1) {
  border-radius: 20px 20px 20px 20px;
}

.MOBILE #CM729 .CON {
  width: 95%;
  height: auto;
  overflow: hidden;
}

#CM729 .CON_IN {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0 30px 0;
}

.MOBILE #CM729 .CON_IN {
  width: 90%;

}



#CM729 .TITLE {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #45a06d;
  border-radius: 20px 20px 0 0;
  border-top: 5px solid #6dc092;
  border-right: 5px solid #6dc092;
  border-left: 5px solid #6dc092;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.6em;
}

.MOBILE #CM729 .TITLE {
  width: 95%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.6em;
}




#CM729 .TITLE02 {
  width: 100%;
  height: auto;
  font-size: 2rem;
  color: #7b4dba;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fdd54b;
  padding: 10px 0;
}

.MOBILE #CM729 .TITLE02 {
  font-size: 1.6rem;
  margin-bottom: 0px;
}

#CM729 .TITLE02 .tit_icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #7b4dba;
  color: #fff;
  margin: 0 auto;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 5px;
}

.MOBILE #CM729 .TITLE02 .tit_icon {
  width: 35px;
  height: 35px;
  line-height: 35px;

}

.PC #CM729 .CON .PH_IMG {
  float: left;
  width: 50%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin: 20px auto;
}

.MOBILE #CM729 .CON .PH_IMG {
  width: 85%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  margin: 10px auto;

}

#CM729 .CON .PH_IMG02 {
  width: 70%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  margin: 20px auto;
}

.MOBILE #CM729 .CON .PH_IMG02 {
  width: 85%;
}

#CM729 .CON .PH_IMG img,
#CM729 .CON .PH_IMG02 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.PC #CM729 .CON .TEXT_BOX {
  height: auto;
  overflow: hidden;
  padding-top: 20px;
}

.MOBILE #CM729 .CON .TEXT_BOX {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 15px;

}

#CM729 .CON .TEXT_BOX ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#CM729 .CON .TEXT_BOX li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

#CM729 .CON .TEXT_BOX .txt_icon::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ad88e1;
  margin-right: 8px;
  margin-bottom: 3px;
}

#CM729 .CON .TEXT_BOX p.txt2 {
  margin-left: 20px;
}

.MOBILE #CM729 .CON .TEXT_BOX p.txt2 {
  margin-left: 0px;

}


#CM729 .CON .ARTICLE1 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.PC #CM729 .CON .ARTICLE1 {
  margin-top: 15px;
}

#CM729 .CON .ARTICLE1 ul {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
}

#CM729 .CON .ARTICLE1 li {
  width: 48%;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.PC #CM729 .CON .ARTICLE1 li {
  margin-bottom: 10px;
}

.MOBILE #CM729 .CON .ARTICLE1 li {
  width: 100%;
  height: auto;
  margin-top: 10px;

}

#CM729 .CON .ARTICLE1 .col_one {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;

}

#CM729 .CON .ARTICLE1 .TT {
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  background-color: #ad88e1;
  border-radius: 10px 10px 0 0;
}

.MOBILE #CM729 .CON .ARTICLE1 .TT {
  font-size: 1.3rem;
  height: 45px;
  line-height: 45px;
}

#CM729 .CON .ARTICLE1 .WORD {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}

#CM729 .CON .ARTICLE1 .WORD02 {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  padding-bottom: 30px;
}



#CM729 .CON .ARTICLE1 .IMG {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.MOBILE #CM729 .CON .ARTICLE1 .IMG {
  margin-bottom: 20px;
}

#CM729 .CON .ARTICLE1 .IMG img {
  display: block;
  width: 100%;
  height: auto;
}




/*影音==============================================*/
#CM729 .video {
  width: 80%;
  height: auto;
  overflow: hidden;
  border-radius: 30px;
  margin: 20px auto;

}

.MOBILE #CM729 .video {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  border-radius: 15px;
}

.PC #CM729 .video iframe {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 560/315;
  margin: 0 auto;
}

.MOBILE #CM729 .video iframe {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 560/315;
}





/*影音 尾==============================================*/

/*見證==============================================*/

#CM729 .witness {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.MOBILE #CM729 .witness {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

#CM729 .witness .witness_PH img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#CM729 .witness .witness_text_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px 5px 20px 20px;
  box-sizing: border-box;

}

#CM729 .witness .witness_text_box p {
  margin-bottom: 10px;
}

#CM729 .witness .box_cor01 {
  border: 3px solid #ff9191;
  background-color: #fff6f5;

}

#CM729 .witness .box_cor02 {
  border: 3px solid #ffbc9d;
  background-color: #fff3ee;

}

/*見證  尾==============================================*/

/* 常見QA區塊 =========================================*/
#CM729 .common_qa {
  width: 95%;
  height: auto;
  margin: 15px auto;
  background-color: #f7f0ff;
  border-radius: 10px;
}

.MOBILE #CM729 .common_qa {
  width: 100%;
}

#CM729 .common_qa_title {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}

#CM729 .common_qa_title p {
  display: block;
  width: calc(100% - 30px);
}

#CM729 .common_qa_title[data-accordion-button] {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #7b4dba;
  font-weight: bold;
  position: relative;
}

#CM729 .common_qa_title .fa-plus {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-image: url(../images/arrow.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
}

#CM729 .common_qa_title .fa-minus {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-image: url(../images/arrow.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-180deg);
}


#CM729 .common_qa_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  margin-top: -1px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #444;
}


#CM729 .rules {
  /*點列式*/
  width: 100%;
  height: auto;
}

#CM729 .rules li {
  list-style: disc;
  margin-left: 20px;

}


/* 常見QA 尾=========================================*/