@charset "utf-8";
/*-----------------------for both-----------------------*/
/*.Hedgehog:before {
    content: url('../images/Hedgehog.svg');
}*/
.Hedgehog {
  background: url(../images/Hedgehog.svg) left top no-repeat;
  padding-left: 45px;
}
.rabbit {
  background: url(../images/rabbit.svg) left top no-repeat;
  padding-left: 45px;
}
.mouse {
  background: url(../images/mouse.svg) left top no-repeat;
  padding-left: 45px;
}
#starts {
  margin: 10px;
  padding: 5px 20px;
  background: #fff;
  border: 8px solid #efefef;
  border-radius: 30px;
}
#starts h3 {
  text-align: center;
  border-top: 1px solid #BBBBBB;
  padding: 5px 0px;
  font-size: 18px
}
#starts h4 {
  text-align: center;
  border-bottom: 1px solid #BBBBBB;
  color: #2F2F2F;
  font-weight: bold;
  padding: 10px;
}
#starts span {
  color: #F69400
}

.mark {
  border: 2px dashed #E95378;
  padding: 5px;
  color: #000;
  font-size: 90%;
}
.hidden-content {
  max-width: 650px;
  display: none;
}
.tipsBooth {
  background: #888888;
  color: #fff;
  font-size: 90%;
  padding: 3px 8px;
  border-radius: 20px;
}
.chargBooth {
  background: #57C1D1;
  color: #fff;
  font-size: 90%;
  padding: 3px 8px;
  border-radius: 20px;
}
/*.fa-brands {
  font-size: 15px;
}*/
.box a {
    text-decoration: none
  }
/*-----------------------for PC-----------------------*/
@media screen and (min-width:1002px) {
  /*------烘焙月贊助------*/
  .detailInfo {
    width: 600px;
    display: none;
    font-family: "微軟正黑體";
  }
  .codeGift li {
    float: left;
	width: 30%;
	margin:0 5px 1% 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	height: 445px;
  }
  .codeGift li:nth-child(3n) {
    margin-right: 0;
  }
  /*.codeGift li a {
    display: block;
    text-decoration: none;
    color: #000;
  }*/
  .codeGift li a:hover {
    color: #c9a059;
  }
  .codeGift li h4 {
    font-size: 17px;
	line-height: 160%;
  }
  .charging li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .charging li:nth-child(3n) {
    margin-right: 0;
  }
  .charging li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .charging li a:hover {
    color: #c9a059
  }
  .charging li h4 {
    height: 40px;
    color: #000;
    font-size: 15px
  }
  .prize li {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    border: 1px solid #e0e0e0;
    padding: 15px 10px;
    height: 570px
  }
  .prize li h4 {
    height: 40px;
  }
  .prize li:nth-child(3n) {
    margin-right: 0;
  }
  .prize li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .prize li a:hover {
    color: #E95378
  }
  .title {
    display: table;
    width: 100%;
    height: 50px;
    *position: relative;
    margin: 0px 0px 5px 0px
  }
  .title h4 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    *display: block;
    *position: absolute;
    *top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
    *width: 100%;
    border: 2px #E95378 dotted;
    color: #E95378;
  }
  .store li {
    float: left;
    width: 24%;
    margin: 0 5px 2% 5px;
    border: 1px solid #e0e0e0;
    padding: 15px 15px;
    height: 450px
  }
  .store li:nth-child(3n) {
    margin-right: 0;
  }
  .passportD {
    margin: 20px auto;
    width: 500px
  }
  .picLeft {
    float: left;
    padding: 0px 20px 10px 0px;
    width: 30%;
  }
  .picLeft img {
    width: 100%;
  }
  .introRight {
    float: right;
    width: 70%;
  }
  .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: #c9a059;
    font-size: 110%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .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: #c9a059;
  }
  .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;
  }
  .familyExh li {
    float: left;
    width: 23%;
    margin: 0 1% 1% 1%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 380px
  }
  .familyExh li:nth-child(3n) {
    margin-right: 0;
  }
  .familyExh li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .familyExh li a:hover {
    color: #c9a059;
  }
  .familyExh li h4 {
    height: 80px
  }
  .care li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .care li:nth-child(3n) {
    margin-right: 0;
  }
  .care li a {
    display: block;
    text-decoration: none;
    color: #000;
  }
  .care li a:hover {
    color: #c9a059;
  }
  .care li h4 {}
  .popcare div.left {
    float: left;
    width: 40%;
    padding: 0px 10px 10px 0px
  }
  .popcare div.right {
    float: right;
    width: 60%
  }
  .nft li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 520px
  }
  .nft li:nth-child(3n) {
    margin-right: 0;
  }
  .nft li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .nft li a:hover {
    color: #c9a059;
  }
  .nft li h4 {
    margin: 10px 0px;
    height: 70px
  }
  .hedDr li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .hedDr li:nth-child(3n) {
    margin-right: 0;
  }
  .hedDr li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .hedDr li a:hover {
    color: #c9a059;
  }
  .hedDr li h4 {
    margin: 10px 0px;
  }
  /*----------------- eventContainer -----------------------*/
  .eventContainer {
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content:center;
    width: 100%;
    margin: auto;
  }
  .box {
    width: 30%;
    margin: 1%;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
  .hoverDesc {
    width: 100%;
    height: 0;
    padding: 6% 18px 41% 20px;
    color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0);
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out; /*ie*/
  }
  .eventContainer .box:hover div.hoverDesc {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.7);
  }
.eventContainerLeft {
    margin-bottom: 10px
  }
  .eventContainerRight {}
  .eventThumb {
    width: 100%;
    height: 0;
    padding-bottom: 47%;
    opacity: 0;
}
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*------烘焙月贊助------*/
  .detailInfo {
    width: 100%;
    display: none;
    font-family: "微軟正黑體";
  }
  .codeGift li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 48%;
    float: left;
  }
  .codeGift li:last-of-type {
    margin-bottom: 0;
  }
  .codeGift li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .codeGift li a:hover {
    color: #c9a059;
  }
  .codeGift li h4 {
    height: 110px
  }
  .nft li {
    margin: 2px;
    float: left;
    width: 48%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 400px;
  }
  .nft li h4 {
    height: 70px;
    margin: 5px 0px
  }
  .nft li:last-of-type {
    margin-bottom: 0;
  }
  .nft li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .nft li a:hover {
    color: #c9a059;
  }
  .nft li:nth-child(3) {
    margin: 2px;
    float: left;
    width: 48%;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .hedDr li {
    margin: 2px;
    float: left;
    width: 48%;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .hedDr li h4 {
    margin: 5px 0px
  }
  .hedDr li:last-of-type {
    margin-bottom: 0;
  }
  .hedDr li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .hedDr li a:hover {
    color: #c9a059;
  }
  .charging li {
    float: left;
    margin: 3px;
    border: 1px solid #e0e0e0;
    padding: 1%;
    width: 48%;
  }
  .charging li:last-of-type {
    margin-bottom: 0;
  }
  .charging li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .charging li a:hover {
    color: #c9a059;
  }
  .charging li h4 {
    height: 60px
  }
  .prize li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .prize li:last-of-type {
    margin-bottom: 0;
  }
  .prize li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .prize li a:hover {
    color: #E95378
  }
  .title {
    display: table;
    width: 100%;
    height: 40px;
    *position: relative;
    margin: 0px 0px 5px 0px
  }
  .title h4 {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    *display: block;
    *position: absolute;
    *top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
    *width: 100%;
    /*border: 2px #c9a059 dotted;*/
    color: #E95378;
    font-size: 130%
  }
  .store li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .store li:last-of-type {
    margin-bottom: 0;
  }
  .passportD {
    margin: 20px auto;
    width: 90%
  }
  .picLeft {
    padding: 20px;
    width: 100%;
  }
  .picLeft img {
    width: 100%;
  }
  .vPlay li {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }
  .vPlay li h4 {
    color: #c9a059;
    font-size: 150%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlay li:last-of-type {
    margin-bottom: 0;
  }
  
  .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: #c9a059
  }
  .monthPic {
    width: 100%;
  }
  .monthPic li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .monthPic li:last-of-type {
    margin-right: 0;
  }
  .familyExh li {
    float: left;
    width: 48%;
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    height: 270px
  }
  .familyExh li:last-of-type {
    margin-bottom: 0;
  }
  .familyExh li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .familyExh li a:hover {
    color: #c9a059
  }
  .familyExh li h4 {
    height: 50px;
    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;
  }
  .care li {
    float: left;
    width: 48%;
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 5px;
  }
  .care li:last-of-type {
    margin-bottom: 0;
  }
  .care li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .care li a:hover {
    color: #c9a059;
  }
  .care li h4 {
    text-overflow: ellipsis;
    /* white-space: nowrap;*/ /*不斷行*/
    overflow: hidden; /*超過顯示範圍隱藏*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .care li p {
    text-overflow: ellipsis;
    white-space: nowrap; /*不斷行*/
    overflow: hidden; /*超過顯示範圍隱藏*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popcare div.left {
    float: none;
    width: 100%;
    padding-bottom: 10px
  }
  .popcare div.right {
    float: none;
    width: 100%
  }
  /*----------------- eventContainer -----------------------*/
  .eventContainer {
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto;
  }
  .box {
    width: 100%;
    margin: 3% 1%;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
  
  .hoverDesc {
    width: 100%;
    height: 0;
    padding: 6% 18px 41% 20px;
    color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0);
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out; /*ie*/
  }
  .eventContainer .box:hover div.hoverDesc {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.7);
  }
  .eventContainerLeft {
    width: 100%;
    margin-bottom: 10px
  }
  .eventContainerRight {
    width: 100%;
  }
  .eventContainerRight p {
    margin: 3px 0px;
  }
  .eventThumb {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
}