@charset "utf-8";
/*-----------------------for both-----------------------*/
.hidden-content {
  display: none;
  max-width: 800px;
}
/*-----------------------lightbox-----------------------*/
.lightbox {
  display: none;
  font-family: "Segoe UI", "微軟正黑體", sans-serif;
  border: 5px solid #663C08;
}
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/timeBlack.svg);
}
p.url {
  background-image: url(../images/link.svg);
}
.eventRight ul li.AM {
  background-image: url(../images/event/AM.svg);
}
.eventRight ul li.noon {
  background-image: url(../images/event/noon.svg);
}
.eventRight ul li.PM {
  background-image: url(../images/event/PM.svg);
}
.eventRight ul li.camp {
  background-image: url(../images/event/camp.svg);
}
.eventRight ul li.tea {
  background-image: url(../images/event/tea.svg);
}
.eventRight ul li.party {
  background-image: url(../images/event/party.svg);
}
.locked {
    color:#6C6C6C;
 }
 

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-----------------------shopList-----------------------*/
  #shopList li {
    float: left;
    width: 18.4%;
    margin: 0 2% 2% 0;
    font-size: 14px;
  }
  #shopList li:nth-child(5n) {
    margin: 0;
  }
  #shopList li a {
    display: block;
    color: #333;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    text-decoration: none;
  }
  #shopList li .left {
    position: relative;
  }
  #shopList li .left .hoverDesc {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/zoom.svg);
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: center center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  #shopList li:hover .left .hoverDesc {
    transition: all 0.3s ease-out;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  #shopList li h4 {
    font-size: 16px;
    margin: 15px 0 5px 0;
    line-height: 130%;
    color: #70351C;
  }
  #shopList li:hover {
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.35);
    transition: all 0.3s ease-out;
  }
  .shopSearch {
    width: 50%;
    margin: 0 auto;
  }
  /*-----------------lightbox---------------*/
  .lightbox {
    padding: 30px;
  }
  .lightbox div.lightboxL {
    float: left;
    width: 250px;
  }
  .lightbox div.lightboxR {
    width: auto;
    margin-left: 280px;
  }
  /*---------life-------------*/
  .eventLeft {
    float: left;
    width: 550px;
  }
  .eventRight {
    margin-left: 580px;
    height: 550px;
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .eventRight ul li {
    padding-left: 60px;
    line-height: 160%;
    background-position: left top 5px;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
  }
  .eventRight ul li a {
    font-size: 18px;
  }
  .eventRight ul li:last-child {
    margin-bottom: 0;
  }
  /*-- memberService.asp  --*/
  .memberSer li {
    width: 32%;
    margin-right: 2%;
    float: left;
    border: 1px solid #e0e0e0;
    padding: 25px 20px;
    border-radius: 10px;
    /*min-height: 280px;*/
  }
  .memberSer li:last-of-type {
    margin: 0;
  }
  .memberSer li div.memberSerL {
    float: left;
    width: 60px;
    height: 60px;
  }
  .memberSer li div.memberSerFull {
    height: 75px;
  }
  .memberSer li div.memberSerL img {
    width: 100%;
  }
  .memberSer li div.memberSerR {
    width: auto;
    margin-left: 80px;
  }
  .memberSer li div.memberSerR h3 {
    margin-bottom: 5px;
  }
 
  .memberSerLong li {
    float: none;
    width: 100%;
    min-height: auto;
  }
  .memberSerLong li div.memberSerL {
    float: left;
    width: 150px;
    height: 150px;
  }
  .memberSerLong li div.memberSerR {
    margin-left: 170px;
  }
  /*--企業會員專區 參展商管理--*/
  .memberSerHalf li {
    width: 49%;
    margin-right: 2%;
	margin-bottom: 2%;
  }
  
  .memberSerHalf li:nth-child(2n) {
  	margin-right:0;
  }
  
    /*-- memberExpoApp.asp  --*/
  .expoapp li {
    width: 19.2%;
    margin-right: 1%;
    float: left;
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
    border-radius: 10px;
	text-align:center;
	font-size:16px;
  }
  .expoapp li:nth-child(5n) {
    margin: 0;
  }
  
  .expoapp li img {
    width:100%;
  }
  
  .expoapp li h2{
	color:#e80113;
	font-size:21px;
	margin-bottom:10px;
  }
  
  .appdownload {
 	text-align:center;
	width:100%;
        display: flex;
    /*flex-wrap: nowrap;
    flex-direction: row;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .itemhalf{
	display:block;
	float:left;
	width:48%;
	border:solid 1px #e3e3e3;
	padding:20px;
	margin-right:2%;
	border-radius:10px;
  margin-bottom:15px
  }
  .itemhalf:nth-child(2){
	margin-right:0;
  }	  
  
  .itemthird{
	display:block;
	float:left;
	width:31%;
	border:solid 1px #e3e3e3;
	padding:20px;
	margin-right:1%;
	border-radius:10px;
	margin-bottom:1%;
  }
  .itemthird:nth-child(3){
	margin-right:0;
  }	  
  

}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  .mobileBlock {
    display: block;
  }
  /*-----------------------shopList-----------------------*/
  #shopList li {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    overflow: auto;
  }
  #shopList li:last-child {
    margin: 0;
  }
  #shopList li a {
    display: block;
    color: #333;
    text-decoration: none;
  }
  #shopList li div.left {
    width: 100px;
    float: left;
  }
  #shopList li div.right {
    width: auto;
    height: 100px;
    margin-left: 115px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #shopList li h4 {
    margin-bottom: 8px;
    color: #70351C;
  }
  /*-----------------------lightbox-----------------------*/
  .lightbox {
    padding: 15px;
    width: 100%
  }
  .lightbox div.lightboxL {
    width: 70%;
    margin: 0 auto 20px auto;
  }
  /*---------life-------------*/
  .eventLeft {
    margin-bottom: 20px;
  }
  .eventRight h3 {
    text-align: center
  }
  .eventRight ul li {
    padding-left: 55px;
    line-height: 160%;
    background-position: left top 5px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    margin-bottom: 25px;
  }
  .eventRight ul li:last-child {
    margin-bottom: 0;
  }
  /*-- memberService.asp  --*/
  .memberSer li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 10px;
  }
  .memberSer li:last-of-type {
    margin: 0;
  }
  .memberSer li div.memberSerL {
    float: left;
    width: 50px;
    height: 50px;
  }
  .memberSer li div.memberSerL img {
    width: 100%;
  }
  .memberSer li div.memberSerR {
    width: auto;
    margin-left: 70px;
  }
  .memberSer li div.memberSerR h3 {
    margin-bottom: 5px;
  }
  .memberSer li .text {
    font-display: block;
    padding-left: 70px;
  }
  .memberSer li .align_c {
    text-align: left;
  }

    /*-- memberExpoApp.asp  --*/
  .expoapp li {
    width: 100%;
    float: left;
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
    border-radius: 10px;
	margin-bottom:15px;
	text-align:center;
	font-size:16px;
	line-height:150%;
  }

  .expoapp li img {
    width:100%;
  }
  
  .expoapp li h2{
	color:#e80113;
	font-size:21px;
	margin-bottom:10px;
  }
  
  .appdownload img{
	width:100%;
  }
  
    
  .itemhalf{
	display:block;
	border:solid 1px #e3e3e3;
	padding:20px;
	margin-bottom:10px;
	border-radius:10px;
  }
  .itemhalf:nth-child(2){
	
  }



  .itemthird{
	display:block;
	border:solid 1px #e3e3e3;
	padding:20px;
	margin-bottom:10px;
	border-radius:10px;
  }
  .itemthird:nth-child(3){
	
  }	  
  


  
}