@charset "utf-8";
/*-----------------------for both-----------------------*/
/*-----------------------speaker -----------------------*/
.bio {
	display: none;
	max-width: 600px;
	min-width: 250px
}
.Examiner{
	display: none;
	max-width: 600px;
	min-width: 250px
}
#speaker a {
	display: block;
	color: #333;
	text-decoration: none;
}
#speaker a .spkinfo {
	background: #f5f5f5;
}
#speaker a .spkinfo h4 {
	margin-bottom: 10px;
}
#speaker a .spkinfo p {
	line-height: 130%;
}

/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
/*-----------------------speaker -----------------------*/
#speaker li {
	width: 23.5%;
	margin: 0 2% 2% 0;
	float: left;
	transition: all 0.2s ease-out;
	position: relative;
}
#speaker li:nth-child(4n) {
	margin-right: 0;
}
#speaker a .spkinfo {
	/*height: 100px;*/
	padding: 15px;
}
#speaker li div.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%;
}
#speaker li:hover div.hoverDesc {
	transition: all 0.3s ease-out;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}
/*---------spkList-----------*/
#spkList li {
	float: left;
	width: 18.4%;
	margin: 0 2% 5% 0;
	text-align: center;
}
#spkList li:nth-child(5n) {
	margin-right: 0;
}
#spkList li div.squareThumb {
	border-radius: 100px;
}
#spkList li h4 {
	font-weight: normal;
	margin: 10px 0;
	font-size: 19px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
/*-----------------------speaker -----------------------*/
#speaker li {
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
}
#speaker li:nth-child(even) {
	margin-right: 0;
}
#speaker a .spkinfo {
	padding: 15px 10px;
}
/*---------spkList-----------*/
#spkList li {
	float: left;
	width: 48%;
	margin: 0 4% 10% 0;
	text-align: center;
}
#spkList li:nth-child(even) {
	margin-right: 0;
}
#spkList li div.squareThumb {
	border-radius: 100px;
}
#spkList li h4 {
	font-weight: normal;
	margin: 8px 0;
	font-size: 15px;
}
}
