@charset "utf-8";
/*-----------------------for both-----------------------*/
.hidden-content {
  display: none;
  max-width: 800px;
}
/*-------------------KOL--------------------*/
#KOL {
  margin: 5px;
  padding: 5px;
  background: #fff;
  border: 8px solid #efefef;
  border-radius: 30px;
}
#KOL h3 {
  text-align: center;
  padding: 5px 0px;
  font-size: 17px
}
#KOL h4 {
  text-align: center;
  color: #2F2F2F;
  font-weight: bold;
  padding: 10px;
}
#KOL span {
  color: #F69400
}
/*--------------lightbox----------------*/
.lightbox {
  display: none;
  font-family: "Segoe UI", "微軟正黑體", sans-serif;
}
p.address, p.tel, p.time, p.url {
  background-image: url(../images/venue.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left center;
  padding-left: 24px;
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 2px 0;
}
p.tel {
  background-image: url(../images/tel.svg);
}
p.time {
  background-image: url(../images/time.svg);
}
p.url {
  background-image: url(../images/link.svg);
}
.nation {
  text-align: center
}
.nation img {
  width: 20%
}
.fa-facebook-square {
  color: #8b5b30;
   font-size: 230%;
}
.fa-facebook-square:hover {
  color: #3d64a4;
  transition: color 0.3s ease; /* 平滑變色效果 */
  font-size: 230%;
}
.fa-instagram {
  color: #8b5b30;

  font-size: 250%;
}
.fa-instagram:hover {
  background: #8727F4;
  background: linear-gradient(196deg, rgba(135, 39, 244, 1) 0%, rgba(212, 2, 188, 1) 32%, rgba(253, 62, 44, 1) 62%, rgba(255, 194, 0, 1) 100%);
  /*background: -webkit-linear-gradient(196deg,rgba(135, 39, 244, 1) 0%, rgba(212, 2, 188, 1) 32%, rgba(253, 62, 44, 1) 62%, rgba(255, 194, 0, 1) 100%);*/
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transition: color 0.3s ease; /* 平滑變色效果 */ font-size: 250%;
}
/*-------btn effect-----------*/
.more {
  -webkit-appearance: none; /*取消手機預設樣式*/
}
.moreStyle {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: #8b5b30;
  margin: 0px 0 2px 0; /*新增上下左右距離，手機版有多個btn時才不會黏在一起*/
  padding: 5px 15px;
}
.moreStyle:hover {
  color: #FFF;
  background: #f0844f;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:1002px) {
  /*--------------lightbox---------------*/
  .lightbox {
    padding: 25px;
  }
  .lightbox div.lightboxL {
    float: left;
    width: 250px;
  }
  .lightbox div.lightboxR {
    width: auto;
    margin-left: 270px;
  }
  .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: #c9a059;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li h3 {
    color: #7d1d48;
    font-size: 17px;
    font-weight: normal;
      height: 40px;
  }
  /*----------------KOL Media-----------------*/
  .KolMedia {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  /*.KolMediaBox {
  margin: 5px 10px
}*/
  /*.Kbox i{  color: #7d1d48;}
.Kbox i:hover{ color: #c9a059;}*/
  .KolMedia div.box {
    margin: 5px 5px;
  }
  .KolMedia div.box a {
    text-decoration: none;
  }
  /*.KolMedia .fa-brands {
  font-size: 250%;
}*/
  .Kbox {
    margin: 1%;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*--------------lightbox----------------*/
  .lightbox {
    padding: 15px;
    width: 100%
  }
  .lightbox div.lightboxL {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .vPlaykol li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    float: left;
    width: 48%;
  }
  .vPlaykol li h4 {
    color: #c9a059;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li:last-of-type {
    margin-bottom: 0;
  }
  .vPlaykol li h3 {
    color: #7d1d48;
    font-size: 15px;
      height: 40px;
    font-weight: normal;
  }
  /*----------------KOL Media-----------------*/
  .KolMedia {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
      
  }
  /*.KolMediaBox {
  margin: 5px 10px
}*/

  .KolMedia div.box {
    margin: 3px 3px;
  }
  .KolMedia div.box a {
    text-decoration: none;
  }
 
  .Kbox {
    margin: 3% 1%;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    position: relative;
  }
}