@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&family=Noto+Serif+TC:wght@400;600;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  width: 100%;
  height: auto;
  display: block;
}

video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}

/* cta開始 */
.fixed-obj {
  position: fixed;
  top: -380px;
  right: 0;
  max-width: 270px;
  width: 100%;
  z-index: 999;
  -webkit-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
}

.fixed-obj.show_sta {
  top: 105px;
}

/* 此行代表手機版的圖片隱藏 */
.fixed-obj img:nth-child(2) {
  display: none !important;
}

@media screen and (max-width: 745px) {
  .fixed-obj {
    top: auto;
    bottom: -360px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
  }

  /* 此行代表手機版的圖片顯示 */
  .fixed-obj img:nth-child(2) {
    display: block !important;
    width: 100%;
    margin: 0 auto;
  }

  /* 此行代表電腦版的圖片隱藏 */
  .fixed-obj img:nth-child(1) {
    display: none !important;
  }

  .fixed-obj.show_sta {
    top: auto;
    bottom: 0;
  }
}

/* cta 結束 */

.header_bg {
  background: url(../images/header_1000.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

@media screen and (min-width: 1921px) {
  .header_bg {
    max-width: 1920px;
  }
}

/* Header */

.header {
  position: relative;
  z-index: 99;
  background: url(../images/38header_e.jpg) top center no-repeat;
  background-size: cover;
  /* max-width: 1920px;
  width: 100%; */
  margin: 0 auto;
  top: 0;
}

/* ▼Countdown Timer▼ */
#header {
  position: absolute;
  transition: all 1s;
  z-index: 999;
  top: 4%;
  right: 12%;
  width: 75%;
}

/* .countdown {
    background: #313131;
    background-size: cover;
    padding: 2% 0;
    width: 100%;
  } */

.countdown_content {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
  font-size: 2rem;
  color: #660606;
  /* text-shadow: 1px 1px 3px #413304; */
  text-align: center;
}

.countdown_content img {
  width: 50px;
}

#demo {
  color: #660606;
  letter-spacing: 1px;
}

@media screen and (max-width: 900px) {
  .header {
    position: sticky;
  }

  .countdown_content {
    font-size: 1.9rem;
  }

  .countdown_content img {
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
  .countdown_content {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  #header {
    top: 3%;
  }
  .countdown_content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  #header {
    top: 4%;
  }

  .countdown_content {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 320px) {
}
/* ▲Countdown Timer▲ */

/* menu */

.menu_bg {
  background: #dbef76;
  margin: 0 auto;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 0 #00000030;
  z-index: 10;
}

.menu_bg nav {
  padding: 20px 0;
  display: flex;
}

.menu_bg nav div {
  width: 25%;
}

.menu_bg nav a {
  display: block;
  text-align: center;
  color: #015e6f;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  transition: 0.5s;
}

.menu_bg nav a:hover {
  opacity: 0.6;
}

.target-fix {
  position: relative;
  top: -44px;
  display: block;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  .menu_bg nav a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 450px) {
  .menu_bg nav a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 320px) {
  .menu_bg nav a {
    font-size: 0.8rem;
  }
}
.bg00 {
  background: url("../images/header.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

/* menu */

.content {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.content img {
  max-width: 1000px;
  width: 100%;
}

.bg {
  background-size: cover;
  margin: 0 auto;
}

.gel {
  position: absolute;
  width: 38%;
  bottom: 25%;
  right: 5%;
  z-index: 2;
  animation: skew 2.3s linear infinite;
}

@keyframes skew {
  0% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(3deg, 2deg);
  }
  10% {
    transform: skew(-4deg, -3deg);
  }
  15% {
    transform: skew(2deg, 1.2deg);
  }
  20% {
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    transform: skew(0deg, 0deg);
  }
}

.pd_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.bg01 {
  background: #dbef76;
  margin: 0 auto;
}

.sns {
  position: absolute;
  width: 27%;
  opacity: 0;
  animation: bigger 0.5s;
  animation-fill-mode: forwards;
}

.sns01 {
  top: 49%;
  left: 6%;
  animation-delay: 1.8s;
}

.sns02 {
  top: 45%;
  right: 6%;
  animation-delay: 2.2s;
}

.sns03 {
  width: 19%;
  top: 35%;
  right: 44%;
  animation-delay: 2.5s;
}

.sns04 {
  bottom: 10%;
  left: 6%;
  animation-delay: 1.9s;
}

.sns05 {
  bottom: 33%;
  right: 5%;
  animation-delay: 2.3s;
}

@keyframes bigger {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.mv01 {
  position: absolute;
  width: 85%;
  bottom: 32%;
  left: 8%;
  z-index: 5;
  background: #ef9292;
}

.KOL {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.KOL_p {
  position: absolute;
  width: 35%;
  bottom: 5%;
  right: 4%;
  z-index: 2;
}

.skin_content,
.arrow_content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.skin {
  position: absolute;
  width: 33%;
  bottom: 25%;
  left: 33%;
  z-index: 1;
}

.arrow_moving {
  position: absolute;
  width: 85%;
  top: 0;
  left: 7%;
  animation: jumping 0.5s infinite alternate;
}

@keyframes jumping {
  from {
    top: 0%;
  }
  to {
    top: 1%;
  }
}

.mv02 {
  position: absolute;
  width: 85%;
  bottom: 16%;
  left: 8%;
}

.arrow_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.mv03 {
  position: absolute;
  width: 45%;
  top: 38%;
  left: 28%;
}

.w01 {
  position: absolute;
  width: 85%;
  top: 28%;
  left: 7%;
  z-index: 1;
}

.w02 {
  position: absolute;
  width: 37%;
  top: 57%;
  right: 1%;
  z-index: 1;
}

.w03 {
  position: absolute;
  width: 56%;
  bottom: 14%;
  left: 27.5%;
  z-index: 1;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background: rgba(255, 255, 255, 0.9);
  color: #00486e;
  text-align: left;
  border-radius: 6px;
  padding: 20px;
  letter-spacing: 0.5px;
  font-weight: 100;
  font-size: 1.1rem;
  position: absolute;
  z-index: 4;
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.w01 .tooltip .tooltiptext {
  bottom: -110%;
  right: 0%;
}

.w02 .tooltip .tooltiptext {
  bottom: -60%;
  right: 0%;
}

.w03 .tooltip .tooltiptext {
  bottom: -180%;
  right: 0%;
}

.tooltip .tooltiptext span {
  font-size: 1.3rem;
  display: block;
  font-weight: 700;
  line-height: 2.5rem;
}

.tooltip .tooltiptext img {
  margin: 10px 0 0 0;
  width: 70%;
}

@media screen and (max-width: 650px) {
  .tooltip .tooltiptext {
    font-size: 1rem;
  }
  .w02 .tooltip .tooltiptext {
    bottom: -20%;
    right: 0%;
  }
}

@media screen and (max-width: 450px) {
  .tooltip .tooltiptext {
    width: 250px;
    font-size: 0.85rem;
    padding: 10px;
  }
  .tooltip .tooltiptext span {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .w01 .tooltip .tooltiptext {
    bottom: -110%;
    right: -10%;
  }
}

/* slider */

.slider_bg {
  position: absolute;
  top: 29%;
  left: 0;
  width: 100%;
}

.slide_bg img {
  border: none;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.voice_slider {
  position: absolute;
  width: 60%;
  top: 27%;
  left: 22%;
}

#slick02 {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .slick-initialized .slick-slide {
    display: block;
  }
  .voice_slider {
    width: 72%;
  }
}

/* slider END */

/* more */

.story_bg {
  background: #1cadbe;
  margin: 0 auto;
}

.story {
  margin: 0 auto;
  padding: 3% 10px;
  letter-spacing: 0.5px;
  line-height: 2.5rem;
  color: #fff;
  font-size: 1.2rem;
}

#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: 650px) {
  .story {
    line-height: 2rem;
    font-size: 1rem;
  }
}

.btn01 {
  position: absolute;
  width: 80%;
  bottom: 6%;
  left: 10%;
  filter: drop-shadow(3px 3px 0 #00000030);
  animation: btn_bigger 0.5s infinite alternate;
}

.btn02 {
  position: absolute;
  width: 80%;
  bottom: 10%;
  left: 10%;
  filter: drop-shadow(3px 3px 0 #00000030);
  animation: btn_bigger 0.5s infinite alternate;
}

.btn03 {
  position: absolute;
  width: 34%;
  bottom: 10%;
  left: 8%;
  filter: drop-shadow(3px 3px 0 #00000030);
  animation: btn_bigger 0.5s infinite alternate;
}

.btn04 {
  position: absolute;
  width: 34%;
  bottom: 10%;
  right: 8%;
  filter: drop-shadow(3px 3px 0 #00000030);
  animation: btn_bigger 0.5s infinite alternate;
}

.btn05 {
  position: absolute;
  width: 80%;
  bottom: 8%;
  left: 10%;
  filter: drop-shadow(3px 3px 0 #00000030);
  animation: btn_bigger 0.5s infinite alternate;
}

@keyframes btn_bigger {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

.facebook {
  position: absolute;
  width: 34%;
  bottom: 20%;
  left: 32%;
}

.foot_txt {
  margin: 0 auto;
  color: #00486e;
  text-align: center;
  padding: 20px 0;
}

.foot_txt a {
  color: #00486e;
  text-decoration: none;
}

@media screen and (min-width: 1921px) {
  body {
    background: #fff;
  }
  section {
    max-width: 1920px;
  }
}

@media screen and (max-width: 1000px) {
  .content {
    margin: 0;
    width: 100%;
  }
}

.info{
  background: #E3FCFF ;
  position: relative;
  padding-bottom: 50px;
  margin: 0 auto;
}
.info .content{
  width: 100%;
  max-width: 1000px;
}
.info img{
  width: 100%;
  max-width: 1000px;
}

.fb,.ig,.mail
{
  position: absolute;
}
.fb{
  width: 9%;
  left: 37.2%;
  bottom:9.5%;
  opacity: 0;
}
.ig{
  width: 9%;
  left: 53.5%;
  bottom:9.4%;
  opacity: 0;
}
.mail{
  width: 80%;
  left: 9%;
  bottom:50%;
  border: 1px solid;
  opacity: 0;
}

/* QA */
.bg06 {
  background: url(../images/q_bg.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg_yellow {
  background: #96a14b;
  margin: 0 auto;
}

/* 開合 */

.collapsible {
  cursor: pointer;
  border: none;
  outline: none;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* 開合 END*/

.header-2 {
  background-color: #ef0f1a;
  background-size: cover;
  margin: 0 auto;
  max-width: 1920px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-2 img {
  max-width: 1000px;
  margin: 0 auto;
}
