@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
}
#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: 5px 10px
}
.mark {
  border: 2px dashed #E95378;
  padding: 5px;
  color: #000;
  font-size: 90%;
}
.hidden-content {
  max-width: 650px;
  display: none;
}
span.enlarge {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}
.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: 180%
}
.box a {
  text-decoration: none
}
.codeGift li p span {
  background: #57C1D1;
  color: #fff;
  padding: 5px 10px;
  font-size: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.runHall li div.right ol {
  margin-left: 0px;
}
.runHall li div.right ol li {
  display: list-item;
  list-style-type: decimal;
  border: none;
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:1002px) {
  /*------烘焙月贊助------*/
  .detailInfo {
    width: 600px;
    display: none;
    font-family: "微軟正黑體";
  }
  .codeGift li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 460px;
  }
  .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
  }
  .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: #91BD1E
  }
  .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: #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;
  }
  .vPlaykol li:nth-child(3n) {
    margin-right: 0;
  }
  .vPlaykol li h4 {
    color: #1fb0b2;
    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: #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;
  }
  .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: #91BD1E
  }
  .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: #91BD1E
  }
  .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: #91BD1E
  }
  .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: #91BD1E
  }
  .hedDr li h4 {
    margin: 10px 0px;
  }
     .familyGift li {
    float: left;
    width: 24%;
    margin: 0 3px 1% 3px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 380px;
  }
  .familyGift li:nth-child(3n) {
    margin-right: 0;
  }
  .familyGift li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .familyGift li a:hover {
    color: #91BD1E
  }
     .familyGiftPN {
    height: 65px;
    display: flex;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .familyGiftPN h4 {
    font-weight: normal;
    /*font-size: 17px;*/
    padding:10px  5px;
    text-align: center;
    vertical-align: middle;
  }
  .familyGift li h4 {
    /*height: 60px;*/
  }
  .familyGift li ol li {
    border: none;
    width: 95%;
    padding: 0px;
    margin: 2px 0px 2px 15px;
    height: auto;
    list-style: decimal
  }
  /*----------------- 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;
  }
  .MenuHoverDesc {
    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.MenuHoverDesc {
    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;
  }
    .Aquarium {
    display: flex;
    /* flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .AquariumList {
    width: 32.5%;
    margin: 1% auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #e95378;
      -webkit-border-radius:10px;
	border-radius:10px;
  }
    .runHall li {
    border-bottom: 1px solid #ddd;
    display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0;
    width: auto;
  }
  .runHall li:first-child {
    padding-top: 0;
  }
  .runHall li div.left {
    width: 15%;
    margin-right: 2%;
    position: relative;
  }
  .runHall li div.right {
    width: 70%;
    /*margin-left: 180px;*/
  }
  .runHall li div.right span {
    display: inline-block;
    background: #f39603;
    padding: 0 10px;
    font-style: italic;
    color: #fff;
    margin-bottom: 5px;
  }
  .runHall li div.right h4 em {
    font-weight: bold;
  }
  .runHall li div.right h4 span {
    font-size: 15px;
  }
    .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: 32%;
    margin: 0 1% 2% 0;
    position: relative;
  }
  .BD li:nth-child(4n) {
   /* margin-right: 0;*/
  }

  .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;
  }
}
/*------------------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: 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;
  }
  .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: #91BD1E;
  }
  .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: #91BD1E;
  }
  .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: #91BD1E
  }
  .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 #91BD1E 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: #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%;
  }
  .vPlaykol li h4 {
    color: #1fb0b2;
    font-size: 120%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol 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: #1fb0b2
  }
  .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: #91BD1E
  }
  .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: #91BD1E
  }
  .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;
  }
  .MenuHoverDesc {
    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.MenuHoverDesc {
    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%;
  }
    /*----------------- runHall list ---------------*/
  .runHall li {
    border-bottom: 1px solid #ddd;
    display: block;
    width: auto;
    padding: 10px 0;
  }
  .runHall li:first-child {
    padding-top: 0;
  }
  .runHall li div.left {
    width: 22%;
    float: left;
    position: relative;
  }
  .runHall li div.right {
    width: auto;
    margin-left: 25%;
  }
  .runHall li div.right span {
    display: inline-block;
    background: #f39603;
    padding: 0 10px;
    font-style: italic;
    color: #fff;
    margin-bottom: 5px;
    font-size: 13px;
  }
    .Aquarium {
      display: flex;
      /* flex-wrap: nowrap;
    flex-direction: row;*/
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: stretch;
    }
    .AquariumList {
      width: 48%;
      margin: 1% auto;
      padding: 10px;
      text-align: center;
      border: 1px solid #e95378;
        -webkit-border-radius:10px;
	border-radius:10px;
    }
     .familyGift li {
    margin: 2px;
    float: left;
    width: 48%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    height: 400px;
  }
  .familyGift li:last-of-type {
    margin-bottom: 0;
  }
  .familyGift li a {
    display: block;
    text-decoration: none;
    color: #000
  }
  .familyGift li a:hover {
    color: #91BD1E
  }
  .familyGift li ol li {
    border: none;
    width: 90%;
    padding: 0px;
    margin: 2px 0px 2px 30px;
    height: auto;
    list-style: decimal
  }
    .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;
  }.
}