@charset "utf-8";
/*-----------------------for both-----------------------*/
.hidden-content {
	display: none;
	max-width: 1000px;
}
/*-------------------eventRock-------------------*/
.eventRock li {
	background-image: url(../images/event/Kitchen/chef.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/Kitchen/game.png);
}
.eventRock li:nth-child(3) {
	background-image: url(../images/event/Kitchen/vote.png);
}
.eventRock li:nth-child(4) {
	background-image: url(../images/event/Kitchen/gift.png);
}

/*-----------------------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: 32%;
	margin:0 5px 1% 5px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	height: 425px;
}
.codeGift li:nth-child(3n) {
	margin-right: 0;
}
.codeGift li a{ /*display: block; text-decoration: none*/; color: #5a503}
.codeGift li a:hover{ color: #5a503} 
.codeGift li h4 {
	/*height:60px;*/
	font-size: 17px;
	line-height: 160%;
}

/*---------------prize 活動獎品用---------------*/
.prize li {
	float: left;
	width: 32%;
	margin:0 3px 1% 3px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	height: 335px;
}
.prize li:nth-child(3n) {
	margin-right: 0;
}
.prize li a{ /*display: block; text-decoration: none*/; color: #4285F4}
.prize li a:hover{ color: #5a503} 
.prize li h4{ height:50px}

/*------------------母親節徵件活動---------------------*/
.vPlaykol {
	display: table;
}
.vPlaykol li {
	width: 98%;
	margin:0 1% 1% 0;
	border: 1px solid #ffe7e7;
	background-color: #fffafa;
	padding: 25px 20px;
    float: left;
	overflow:hidden;
	vertical-align: middle;
	border-radius:15px;
	display: block;
  }
  /*.vPlaykol li:nth-child(2n) {
    margin-right: 0;
  }*/
.vPlaykol li .left {
	/*width: auto;*/
	position: relative;
	
	width: 150px;
	text-align: center;
    margin-right: 25px;
	float: left;
	object-fit: cover;
}
.vPlaykol li img {
	width: 110px;
	height: 110px;
	object-fit: cover;
 }
  .vPlaykol li h3 {
    /*color: #1fb0b2;*/
    color: #F5A503;
    font-size: 20px;
    height: 40px;
	margin-bottom: -5px;
  }
.vPlaykol li h4 {
	color: #8aae40;
    font-size: 17px;
    height: 40px;
	margin-bottom: -12px;
  }
  /*.vPlaykol li h3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
  }*/

/*-----------------咖啡器具 lightbox----------------*/
.lightbox {
	padding: 25px;
}
.lightbox div.lightboxL {
	float: left;
	width: 450px;
}
.lightbox div.lightboxR {
	width: auto;
	margin-left: 500px;
}
}

/*------------------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: #4285F4}
.codeGift li a:hover{ color: #f5a503} 
.codeGift li h4 {
	line-height: 160%;
}

/*---------------prize 活動獎品用---------------*/
.prize li {
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	padding: 10px;

}
.prize li:last-of-type {
	margin-bottom: 0;
}
.prize a{ /*display: block; text-decoration: none*/; color: #4285F4}
.prize li a:hover{ color: #f5a503} 
.prize li h4{ height:50px}

/*------------------母親節徵件活動---------------------*/
 .vPlaykol li {
	width: 98%;
    margin: 0 2px 10px 2px;
    border: 1px solid #ffe7e7;
	background-color: #fffafa;
    padding: 16px;
    float: left;
	vertical-align: middle;
	border-radius:15px;
	display: block;
  }
.vPlaykol li .left {
	/*width: auto;*/
	position: relative;
	width: 20%;
	text-align: center;
    margin-right: 25px;
	float: left;
	object-fit: cover;
}
  .vPlaykol li img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	padding-top: 15px;
 }
  .vPlaykol li h3 {
    color: #F5A503;
    font-size: 18px;
    height: 36px;
	/*margin-bottom: -5px;*/
  }
.vPlaykol li h4 {
	color: #8aae40;
    font-size: 16px;
    height: 30px;
	margin-bottom: -5px;
  }
.vPlaykol li .right p {
    font-size: 14px;
  }

/*-----------------------lightbox-----------------------*/
.lightbox {
	padding: 15px;
	width: 100%
}
.lightbox div.lightboxL {
	width: 100%;
	margin: 0 auto 15px auto;
}
}
