@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  display: block;
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}

.content {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.content img {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

/* 開合 */

.collapsible {
  cursor: pointer;
  border: none;
  outline: none;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* 開合 END*/

.tail {
  position: absolute;
  top: -3%;
  left: 5%;
  z-index: 2;
}

.tail img {
  width: 100%;
  animation: shake 1.5s linear infinite forwards;
}

@keyframes shake {
  0% {
    transform-origin: top center;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: top center;
    transform: rotate(20deg);
  }
  50% {
    transform-origin: top center;
    transform: rotate(0deg);
  }
  75% {
    transform-origin: top center;
    transform: rotate(-20deg);
  }
  100% {
    transform-origin: top center;
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1200px) {
  .tail img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .tail img {
    width: 70%;
  }
}

@media screen and (max-width: 650px) {
  .tail img {
    width: 55%;
  }
}

@media screen and (max-width: 450px) {
  .tail img {
    width: 40%;
  }
}

@media screen and (max-width: 375px) {
  .tail img {
    width: 35%;
  }
}

.swiper-container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.fv_bg01 {
  background: url(../images/index_01_01.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.fv_bg02 {
  background: url(../images/index_01_02.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.fv_bg03 {
  background: url(../images/index_01_03.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  z-index: -1;
}

.bg_white {
  background: #fff;
  margin: 0 auto;
}

.bg_yellow {
  background: #fee55c;
  margin: 0 auto;
}

/* more */

.RD_story {
  width: 60%;
  margin: 0 auto;
  padding: 1% 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.5px;
  line-height: 2rem;
  color: #0194d9;
}

#myBtn {
  text-decoration: underline;
  cursor: pointer;
}

#more {
  display: none;
}

#more p {
  padding: 2.5% 0;
}

#more p span {
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .RD_story {
    width: 80%;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  .RD_story {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}

.bg02 {
  background: url(../images/index_02.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg03 {
  background: url(../images/index_03.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg04 {
  background: url(../images/index_04.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.mv01 {
  position: absolute;
  bottom: 10%;
  left: 17%;
  width: 62%;
}

.bg05 {
  background: url(../images/index_06.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.mv02 {
  position: absolute;
  top: 28%;
  right: 7%;
  width: 51%;
}

.bg06 {
  background: url(../images/index_08.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg07 {
  background: url(../images/index_10.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg08 {
  background: url(../images/offer_01.gif) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg09 {
  background: url(../images/offer_02.gif) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg10 {
  background: url(../images/offer3.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg11 {
  background: url(../images/offer_04.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.btn {
  position: absolute;
  width: 60%;
  right: 18%;
  filter: drop-shadow(2px 2px 2px #00000030);
  animation: moving 1s alternate infinite ease;
}

.btn01 {
  bottom: 2.5%;
}

.btn01-1 {
  bottom: 0.5%;
}

.btn02 {
  bottom: -2%;
}

.btn02-1 {
  bottom: 0%;
}

.btn03 {
  position: absolute;
  width: 35%;
  left: 11%;
  top: 47%;
  filter: drop-shadow(2px 2px 2px #00000030);
  animation: moving 1s alternate infinite ease;
}

.btn04 {
  position: absolute;
  width: 35%;
  right: 9%;
  top: 47%;
  filter: drop-shadow(2px 2px 2px #00000030);
  animation: moving 1s alternate infinite ease;
}

.dog {
  position: absolute;
  width: 17%;
  top: 17.5%;
  left: 48.3%;
}

.mail {
  position: absolute;
  width: 72%;
  bottom: 25%;
  right: 14%;
}

.fb {
  position: absolute;
  width: 15%;
  bottom: 6%;
  left: 30%;
}

.ig {
  position: absolute;
  width: 15%;
  bottom: 6%;
  right: 30%;
}

@keyframes moving {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1921px) {
  body {
    background: #fff;
  }
  section {
    max-width: 1920px;
  }
}

@media screen and (max-width: 1200px) {
  .content {
    margin: 0;
    width: 100%;
  }
}

/* ▼Countdown Timer▼ */

.countdown {
  position: sticky;
  top: 0;
  background: #c00000;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  transition: all 1s;
  z-index: 99;
  padding: 1em 0;
}
.countdown img {
  width: 100%;
  max-width: 1920px;
}

.countdown_content {
  max-width: 900px;
  margin: 0 auto;
  font-family: 微軟正黑體, Meiryo, sans-serif, "Noto Sans TC";
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 3.8px;
  color: #fff;
  text-shadow: 1px 1px 3px #410412;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;*/
}

#demo {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .countdown {
    padding: 1em 0;
  }

  .countdown_content {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 600px) {
  .countdown_content {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 360px) {
  .countdown_content {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }
}

/* ▲Countdown Timer▲ */

/* 特商法start */
.foot {
  height: 120px;
}

.foot_txt {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
  font-size: 15px;

}
/* 特商法結束 */

.header_campagin {
  max-width: 1200px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 100;
}

.campaign {
  background: url(../images/w3_content_bg.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

/* 倒數計時 */

.clock-container {
  color: #ffffff;
  background: #3d6b51;
  padding: 0.15em 0;
  border-radius: 0.1em;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 100;
}

#timer {
  border-radius: 1.5px;
  font-weight: bold;
  margin: .5 .5em;
  padding: 0 .5em;
  letter-spacing: 0.1em;
  color: #f9f9f9;
}

@media (max-width:768px) {
  .clock-container {
      font-size: 2rem;
  }
}

@media (max-width:549px) {
  .clock-container {
      font-size: 1.15rem;
  }
}
