@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-------------------eventRock-------------------*/
.eventRock li {
	background-image: url(../images/event/climb.png);
	background-position: left top;
	background-repeat: no-repeat;
	/*垂直致中*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.eventRock li:nth-child(2) {
	background-image: url(../images/event/rope.png);
}
.eventRock li:nth-child(3) {
	background-image: url(../images/event/walk.png);
}
.eventRock li:nth-child(4) {
	background-image: url(../images/event/finger.png);
}

/*-------------------KOL Media--------------------*/
.KolMedia {
    display: flex;
  /*flex-wrap: wrap;
    flex-direction: row;*/
  flex-flow: row wrap;
  justify-content: center;
}
.KolMedia i{ color: #c9a059}
.KolMedia i:hover{ color: #64a9ff}

.KolMedia div.box {
  margin: 5px 5px
}
.KolMedia div.box a {
  text-decoration: none;
}
.KolMedia .fa-brands {
  font-size: 140%;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-------------------eventRock-------------------*/
.eventRock li {
	width: 48%;
	float: left;
	margin: 0 4% 2% 0;
	height: 100px;
	background-size: 100px 100px;
	padding-left: 110px;
}
.eventRock li h4 {
	margin-bottom: 10px;
}
.eventRock li:nth-child(even) {
	margin-right: 0;
}

/*-------------------Code Gift---------------------*/
.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;
	color: #000;
}*/
.codeGift li a:hover{ color: #64a9ff} 
.codeGift li h4 { 
	/*height:60px;*/
	font-size: 17px;
	line-height: 160%;
}

 /*----------------- eventList lsit---------------*/
  .eventList li {
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    padding: 10px 0;
    width: auto;
  }
  .eventList li:first-child {
    padding-top: 0;
  }
  .eventList li div.left {
    width: 160px;
    float: left;
    position: relative;
  }
  .eventList li div.right {
    width: auto;
    margin-left: 180px;
  }
  .eventList li div.right h4 em {
    font-weight: bold;
  }
  .eventList li div.right h4 span {
    font-size: 15px;
  }
  .eventListTwo li {
    border: 1px solid #ddd;
    display: block;
    position: relative;
    padding: 10px 5px;
    width: 49%;
    float: left;
    margin: 3px;
    height: 120px
  }
  .eventListTwo li:first-child {}
  .eventListTwo li div.left {
    width: 62%;
    float: left;
    position: relative;
  }
  .eventListTwo li div.right {
    width: 35%;
    margin: 15px 10px 0px 0px;
    float: right;
    text-align: right
  }
  .eventListTwo li div.right h4 em {
    font-weight: bold;
  }
  .eventListTwo li div.right h4 span {
    font-size: 15px;
  }
  .eventListTwo li iframe {
    width: 150px;
    height: 150px;
  }
  ol.material {
    padding-left: 15px
  }
  ol.material li {
    float: left;
    width: 30%;
    margin: 2px;
    list-style: disc;
  }
  #pic li {
    float: left;
    width: 48%;
    height: auto;
    margin: 0 2% 2% 0;
    /*border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    /*overflow: hidden;*/
  }
  #pic li .prodthumb {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    /*overflow: hidden;*/
  }
  .vPlaykol li {
    float: left;
    width: 24%;
    margin: 0 0px 2% 9px;
    border: 1px solid #e0e0e0;
    padding: 15px 5px;
  }
  .vPlaykol li:nth-child(4n) {
    margin-right: 0;
  }
  .vPlaykol li h4 {
    color: #6a3906;
    font-size: 110%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li h3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
  }
	
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-------------------eventRock-------------------*/
.eventRock li {
	width: 100%;
	margin: 0 0 20px 0;
	height: 100px;
	background-size: 100px 100px;
	padding-left: 110px;
}
.eventRock li h4 {
	margin-bottom: 8px;
}
.eventRock li:last-child {
	margin: 0;
}

/*-------------------Code Gift---------------------*/
.codeGift li {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	padding: 10px;

}
.codeGift li:last-of-type {
	margin-bottom: 0;
}
/*.codeGift li a{ display: block; text-decoration: none; color: #000}*/
.codeGift li a:hover{ color: #64a9ff} 
.codeGift li h4 {
	line-height: 160%;
}

/*-----------------------KOL-------------------------*/
 .vPlaykol li {
    margin: 2px;
    border: 1px solid #e0e0e0;
    padding: 3px;
    float: left;
    width: 48%;
    height: 350px
  }
  .vPlaykol li h4 {
    color: #822712;
    font-size: 120%;
    font-weight: normal;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vPlaykol li:last-of-type {
    margin-bottom: 0;
  }
  .vPlaykol li h3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
  }
	
}
