@charset "utf-8";
/*-----------------------for both-----------------------*/
#KOL {
  margin: 5px;
  padding: 5px;
  background: #fff;
  border: 8px solid #efefef;
  border-radius: 30px;
}
#KOL h3 {
  text-align: center;
  padding: 5px 0px;
  font-size: 18px
}
#KOL h4 {
  text-align: center;
  color: #2F2F2F;
  font-weight: bold;
  padding: 10px;
}
#KOL span {
  color: #F69400
}
.KolMedia {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center
}
.KolMediaBox {
  margin: 10px 5px;
}
.socialmedia {
  width: 100%
}
.socialmedia li {
  float: left;
  margin: 5px;
}
.socialmedia li.fb, li.YT, li.ig {
  display: block;
  width: 30px;
  height: 30px;
}
/*.socialmedia li.ig a{color: #9930B5}*/
.socialmedia li.yt a {
  color: #286FB4
}
.price {
  background: #f1f1f1;
  padding: 5px
}
.picLeft {
  float: left;
  padding: 0px 20px 10px 0px;
  width: 30%;
}
.picLeft img {
  width: 100%;
}
.introRight {
  float: right;
  width: 70%;
}
.socialmedia {
  width: 100%
}
.socialmedia li {
  float: left;
  margin: 5px;
}
.socialmedia li.fb, li.YT, li.ig {
  display: block;
  width: 30px;
  height: 30px;
}
/*.socialmedia li.ig a{color: #9930B5}*/
.socialmedia li.yt a {
  color: #286FB4
}
.fa-brands {
  font-size: 180%
}
i.fa-square-instagram {
  background: #fff; /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #bb00b1, #f10007, #ffcc21); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #bb00b1, #f10007, #ffcc21); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.voteNum {
  background: #fff;
  color: #920682;
  font-weight: bold;
  padding: 13px 5px 10px 5px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: #8651A9 3px solid;
  font-size: 20px;
  margin: 10px 0px;
  width: 55px;
  height: 55px;
  text-align: center;
  display: block;
  margin: 0 auto
}
.vPlaykol li h3 {
  color: #8F0880;
  font-weight: bold
}
.codeClass li p span {
  background: #F0844F;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.codeGift li p span {
  background: #f0844f;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*------烘焙月贊助------*/
  .detailInfo {
    width: 600px;
    display: none;
    font-family: "微軟正黑體";
  }
  .prize li {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    border: 1px solid #e0e0e0;
    padding: 15px 10px;
    height: auto;
  }
  .prize li h4 {
    height: 40px;
  }
  .prize li:nth-child(3n) {
    margin-right: 0;
  }
  .vPlay li {
    float: left;
    width: 24%;
    margin: 0 0px 2% 9px;
    border: 1px solid #e0e0e0;
    padding: 15px 5px;
  }
  .vPlay li:nth-child(3n) {
    margin-right: 0;
  }
  .vPlay li h4 {
    color: #1fb0b2;
    font-size: 110%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li {
    float: left;
    width: 24%;
    margin: 0 0px 2% 9px;
    border: 1px solid #e0e0e0;
    padding: 15px 5px;
    position: relative;
  }
  .vPlaykol li:nth-child(3n) {
    margin-right: 0;
  }
  .vPlaykol li h4 {
    color: #8651A9;
    font-size: 110%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
  }
  .vPlaykol li div.squareThumb img {
    border-radius: 5px;
    object-fit: cover;
  }
  .finalist {
    width: 100PX;
    position: absolute;
    width: 100%;
    top: 118px;
    right: -14px;
  }
  .finalist img {
    width: 100%;
    height: 100%;
  }
  .promoteList li {
    float: left;
    padding: 10px 5px;
    margin: 2px 2px 2px 0px;
    width: 32.5%;
    background: #f9f9f9
  }
  .promoteList li h4 a {
    color: #7A7A7A;
    font-size: 17px;
    font-weight: normal;
  }
  .promoteList li h4 a:hover {
    color: #1fb0b2
  }
  .monthPic li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .monthPic li:last-of-type {
    margin-right: 0;
  }
  /*----------UIBC----------*/
  #eventLeft {
    width: 65%;
    float: left;
  }
  #eventRight {
    width: 33%;
    float: right;
  }
  .story {
    display: block;
    width: 900px;
    height: 1200px;
    background: url("../images/storyBG.png") no-repeat center top;
    padding: 10% 20%;
  }
  .story h2 {
    font-size: 25px;
    color: #000;
    font-weight: bold
  }
  .story h3 {
    font-size: 18px;
    padding: 10px 0px 0px 15px;
    height: 50px;
    background: url("../images/storyTitle.png")no-repeat;
    color: #fff;
  }
  .story p {
    color: #331002;
    font-size: 17px;
    font-weight: bold
  }
  .happyCity li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .happyCity li:nth-child(3n) {
    margin-right: 0;
  }
  .happyCity li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .happyCity li a:hover {
    color: #91BD1E
  }
  .codeClass li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    /*height: 50px;*/
  }
  .codeClass li:nth-child(3n) {
    margin-right: 0;
  }
  .codeClass li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .codeClass li a:hover {
    color: #91BD1E
  }
  .codeClassPN {
    height: 80px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .codeClassPN h4 {
    font-weight: normal;
    /*font-size: 17px;*/
    padding: 10px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .codeClass li ol li {
    border: none;
    width: 95%;
    padding: 0px;
    margin: 2px 0px 2px 15px;
    height: auto;
    list-style: decimal
  }
  .passport {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .passport li {
    width: 48%;
    margin: 1%;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .passport li div.squareThumb {
    position: relative;
  }
  .passport li div.squareThumb div.hoverDesc {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/iconEnlarge.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center center;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .passport li:hover div.squareThumb div.hoverDesc {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .passport li:nth-child(3n) {
    margin-right: 0;
  }
  .passport li h4 {
    background: #8b5b30;
    padding: 10px;
    color: #fff;
  }
  .passport li a {
    display: block;
    text-decoration: none;
    /*    color: #000*/
    font-size: 120%
  }
  .passport li a:hover {
    /* color: #91BD1E*/
  }
  .passportPN {
    height: 80px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .passportPN h5 {
    font-weight: normal;
    font-size: 16px;
    padding: 10px 5px 5px 5px;
    /*text-align: center;*/
    vertical-align: middle;
  }
  .passport li ol li {
    border: none;
    width: 95%;
    padding: 0px;
    margin: 2px 0px 2px 15px;
    height: auto;
    list-style: decimal
  }
  .id li {
    float: left;
    width: 49%;
    margin: 3px;
  }
  .familyExh li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 370px
  }
  /*.familyExh li:nth-child(3n) {
    margin-right: 0;
  }*/
  .familyExh li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .familyExh li a:hover {
    color: #91BD1E
  }
  .familyExh li h4 {
    height: 50px
  }
  .codeGift li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    /* height: 0px;*/
  }
  .codeGift li:nth-child(3n) {
    margin-right: 0;
  }
  .codeGift li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .codeGift li a:hover {
    color: #91BD1E
  }
  .codeGiftPN {
    height: 100px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .codeGiftPN h4 {
    font-weight: normal;
    /*font-size: 17px;*/
    padding: 10px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .codeGift li ol li {
    border: none;
    width: 95%;
    padding: 0px;
    margin: 2px 0px 2px 15px;
    height: auto;
    list-style: decimal
  }
  #calendar .photoArea {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
 #calendar .photoArea li {
  display: flex;              /* 讓 li 變成 flex 容器 */
  align-items: center;        /* 垂直置中 */
  gap: 10px;                  /* 圖片與文字間距 */
  width: 24%;
  background: #f0844f;
  color: #fff;
  padding: 5px 15px 5px 5px;   /* 左邊 padding 設 0，右邊保留 */
  border-radius: 50px;
  font-weight: bold;
  border: none;
  text-align: left;           /* 文字靠左對齊，看起來比較整齊 */
}

#calendar .photoArea li img {
  width: 30%;
  height: auto;
  flex-shrink: 0;             /* 圖片不要被壓縮 */
    margin-left: 0
}

  .BD {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
   
  }
  .BD li {
    float: left;
    width: 23%;
    margin: 0 1% 2% 0;
    position: relative;
     

  }
  .BD li:nth-child(4n) {
    /* margin-right: 0;*/
  }
     .BD li a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
        
  }
  .BD li div.hoverDesc {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/iconEnlarge.png);
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: center center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .BD li:hover div.hoverDesc {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;-webkit-border-radius:5px;
	border-radius:5px;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*------烘焙月贊助------*/
  .detailInfo {
    width: 100%;
    display: none;
    font-family: "微軟正黑體";
  }
  .prize li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .prize li:last-of-type {
    margin-bottom: 0;
  }
  .vPlay li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .vPlay li h4 {
    color: #1fb0b2;
    font-size: 150%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlay li:last-of-type {
    margin-bottom: 0;
  }
  .vPlaykol li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    float: left;
    width: 48%;
    position: relative
  }
  .vPlaykol li h4 {
    color: #1fb0b2;
    font-size: 120%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
  }
  .vPlaykol li:last-of-type {
    margin-bottom: 0;
  }
  .finalist {
    position: absolute;
    width: 100%;
    top: 98px;
    right: -8px;
  }
  .finalist img {
    width: 100%;
    height: 100%;
  }
  .promoteList li {
    float: left;
    padding: 10px;
    margin: 2px 0px;
    width: 100%;
    background: #f9f9f9
  }
  .promoteList li h4 a {
    color: #7A7A7A;
    font-size: 18px;
    font-weight: normal;
  }
  .promoteList li h4 a:hover {
    color: #1fb0b2
  }
  .monthPic {
    width: 100%;
  }
  .monthPic li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .monthPic li:last-of-type {
    margin-right: 0;
  }
  .story {
    display: block;
    width: 100%;
    height: 1250px;
    background-image: url("../images/storyBGM.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 10% 15%
  }
  .story h2 {
    color: #000;
    font-weight: bold
  }
  .story h3 {
    font-size: 17px;
    padding: 10px 0px 0px 15px;
    height: 50px;
    background: url("../images/storyTitle.png")no-repeat;
    color: #fff;
  }
  .story p {
    color: #331002;
    /*    font-size: 17px;*/
    font-weight: bold
  }
  .happyCity li {
    margin: 1%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 48%;
    float: left;
  }
  .happyCity li:last-of-type {
    margin-bottom: 0;
  }
  .happyCity li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .happyCity li a:hover {
    color: #91BD1E
  }
  .happyCity li h4 {
    /*  height: 60px*/
  }
  .codeClass li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 100%;
    float: left;
  }
  .codeClass li:last-of-type {
    margin-bottom: 0;
  }
  .codeClass li a {
    display: block;
    text-decoration: none;
  }
  .codeClass li a:hover {}
  .codeClassPN {
    height: 80px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .codeClassPN h4 {
    font-weight: normal;
    /*font-size: 17px;*/
    padding: 10px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .id li {
    width: 100%;
    margin: 3px;
  }
  .familyExh li {
    float: left;
    width: 48%;
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 5px;
  }
  .familyExh li:last-of-type {
    margin-bottom: 0;
  }
  .familyExh li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .familyExh li a:hover {
    color: #91BD1E
  }
  .familyExh li h4 {
    height: 50px;
    padding: 5px 0px;
    font-size: 16px;
    text-overflow: ellipsis;
    /* white-space: nowrap;*/ /*不斷行*/
    overflow: hidden; /*超過顯示範圍隱藏*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .familyExh li p {
    text-overflow: ellipsis;
    white-space: nowrap; /*不斷行*/
    overflow: hidden; /*超過顯示範圍隱藏*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .passport {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .passport li {
    width: 90%;
    margin: 0 2% 2% 0;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .passport li div.squareThumb {
    position: relative;
  }
  .passport li div.squareThumb div.hoverDesc {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/iconEnlarge.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center center;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .passport li:hover div.squareThumb div.hoverDesc {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  .passport li:nth-child(3n) {
    margin-right: 0;
  }
  .passport li h4 {
    background: #8b5b30;
    padding: 10px;
    color: #fff;
  }
  .passport li a {
    display: block;
    text-decoration: none;
    font-size: 120% /*color: #000*/
  }
  .passport li a:hover {
    /*  color: #91BD1E*/
  }
  .passportPN {
    height: 80px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .passportPN h5 {
    font-weight: normal;
    font-size: 15px;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
  }
  .passport li ol li {
    border: none;
    width: 95%;
    padding: 0px;
    margin: 2px 0px 2px 15px;
    height: auto;
    list-style: decimal
  }
  .codeGift li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 100%;
    float: left;
  }
  .codeGift li:last-of-type {
    margin-bottom: 0;
  }
  .codeGift li a {
    display: block;
    text-decoration: none;
  }
  .codeGift li a:hover {}
  .codeGiftPN {
    height: 80px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .codeGiftPN h4 {
    font-weight: normal;
    /*font-size: 17px;*/
    padding: 10px 5px 5px 5px;
    text-align: center;
    vertical-align: middle;
  }
  #calendar .photoArea {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
 #calendar .photoArea li {
  display: flex;              /* 讓 li 變成 flex 容器 */
  align-items: center;        /* 垂直置中 */
  gap: 10px;                  /* 圖片與文字間距 */
  width: 48%;
  background: #f0844f;
  color: #fff;
  padding: 5px 15px 5px 5px;   /* 左邊 padding 設 0，右邊保留 */
  border-radius: 50px;
  font-weight: bold;
  border: none;
  text-align: left;           /* 文字靠左對齊，看起來比較整齊 */
}

#calendar .photoArea li img {
  width: 30%;
  height: auto;
  flex-shrink: 0;             /* 圖片不要被壓縮 */
    margin-left: 0
}
  .BD {
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .BD li {
    width: 43%;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .BD li:nth-child(4n) {
    /*margin-right: 0;*/
  }
  .BD li a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
  }
  .BD li a p span {
    display: block;
    color: #FFF;
  }
  .BD li div.hoverDesc {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/iconEnlarge.png);
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: center center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
  }
  .BD li:hover div.hoverDesc {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
}