@charset "utf-8";
/*-----------------------for both-----------------------*/
/*btn*/
.btnLeft {
  width: 48%;
  float: left;
}
.btnRight {
  width: 48%;
  float: right;
  text-align: right;
}
/*-- timeline --*/
#timeline li .date {
  height: 125px;
  width: 125px;
  background-color: #2e8bdb;
  border-radius: 50%;
  display: inline-block;
  line-height: 125px;
  margin-bottom:10px;
  color:#FFFFFF;
  font-size:15px;
}
#timeline li .dateS {
  height: 125px;
  width: 125px;
  background-color: #2e8bdb;
  border-radius: 50%;
  display: inline-block;
  padding-top:25px;
  margin-bottom:10px;
  color:#FFFFFF;
  font-size:15px;
}
#timeline li p {
  line-height: 130%;
  font-weight:bold;
}
article h4 {
  background: #eee;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
}

a.links{
	width: 32%;
	position: relative;
	padding:20px;
	margin: 0 2% 2% 0;
	text-align: center;
	font-size: 23px;
	background-color:#BD0003;
	color:#FFF;
	border-radius:15px;
	font-weight:bold;
 }
 a.links:hover{
	background-color:#da0000;
 }
a.disabled{
	background-color:#B5B5B5;
 }
a.disabled:hover{
	background-color:#B5B5B5;
}

.boxQA {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0.5em;
    /*background: #EDF1F5;/*A文章部分背景色*/
    border-radius: 10px;
}

.boxQA .box-title {
    position: relative;
    background: #fff;/*Q文章部分背景色*/
    padding: 10px 5px 10px 50px;
    color: #454545;/*Q文章文字色*/
    border-radius: 10px;
	font-weight:bold;
	font-size:17px;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: #555555;/*Q文字色*/
    /*background: #2c2c2c;/*Q背景色*/
    
	font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -0.4em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 1px #555555; 
    border-radius: 50%;
}
.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: #b30000;/*A文字色*/
    /*background: #b30000;*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -0.4em;
    bottom: -70px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 1px #b30000; 
    border-radius: 50%;
}

.boxQA p {
    
	padding: 10px 20px 15px 50px;
    margin: 0;
}

.boxQA ul {
  padding: 0 1em;
  position: relative;
}
.boxQA ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 4.2em;
  list-style-type: none!important;
}
.boxQA ul li:before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left : 3.5em;
  color: #FFAB8B;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-- FORM --*/
  .formItem {
    overflow: auto;
  }
  .formItem li {
    width: 49%;
    margin-right: 2%;
    float: left;
    padding-bottom: 20px;
  }
  .formItem li:nth-child(even) {
    margin-right: 0%;
  }
  .questionItem li {
    width: 25%;
    /*margin-right: 2%;*/
    float: left;
    padding-bottom: 5px;
  }

  .grayBG {
    background: #fbfbfb;
    padding: 25px 20px;
    width: 100%;
    overflow: auto;
  }
  /*-- timeline --*/
  #timeline li {
    float: left;
    width: 14%;
    text-align: center;
    font-size: 17px;
    position: relative;
  }
  #timeline li span {
    background-image: url("../images/enterprise/next.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 15px;
    height: 25px;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -25px;
	
  }
  .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;
  }
  
  .news{
	border-bottom:solid 1px #e6e6e6;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
	width:47%;
	margin-right:25px;

  }
  .news:nth-child(even){
	margin-right:0;
  }
  .news span{
	margin-right:10px;
	color:#7f7f7f;
  }


.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content:  start;
}

.card {
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin-right:1.33%;
}


.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
}

.card-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150px;
  font-weight: bold;
  color: white;
  background-color: #327699;
  width: 100%;
  height: 220px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.card-subtitle {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom:20px;
}

.card-content {
  height: 35%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-content p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}




  
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-----------------------memberIndex-----------------------*/
  .formItem li {
    margin-bottom: 20px;
  }
  .questionItem li {
    float: left;
    width: 50%;
    padding-bottom: 5px;
  }
  .grayBG {
    background: #fbfbfb;
    padding: 15px;
    width: 100%;
    overflow: auto;
  }
  /*-- create --*/
  #timeline li img {
    width: 40%;
    margin-bottom: 10px;
  }
  #timeline {
    text-align: center
  }
  #timeline li {
    display: inline-block;
    width: 50%;
    margin-bottom: 40px;
    position: relative;
    font-size: 17px;
  }
  #timeline li:last-of-type {
    margin-bottom: 0;
  }
  #timeline li span {
    background-image: url("../images/enterprise/nextMob.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    bottom: -25px;
    left: calc(50% - 12.5px);
  }
  .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;
   
  }
  .memberSer li .align_c {
    text-align: left;
  }
  
  .news{
	border-bottom:solid 1px #e6e6e6;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:25px;

  }
  .news:nth-child(even){
	margin-right:0;
  }
  .news span{
	margin-right:10px;
	color:#7f7f7f;
  }
  
.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-rank {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  
  color: white;
  font-size: 25px;
}

.card-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: bold;
  color: white;
  background-color: #327699;
  width: 100%;
  height: 120px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.card-subtitle {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
}

.card-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom:20px;
}

.card-content {
  height: 35%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-content p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

}