#second-hero-inner-bg {
	  width: 100%;
	  max-width: 1440px;
	  height: 290px;
	  box-sizing: border-box;
	  margin: 0px auto 0;
	  padding: 0;
	  background: url(/img/publication_bg.png) no-repeat 90% 90%;
	  background-size: 290px auto;
	  mix-blend-mode: hard-light
	}


.content .box2 {
	  background: rgba(255, 255, 255, 0.9);
	  padding: 20px;
	  margin: 0px 0 30px 0;
	  border-radius: 20px;
	  box-shadow: 0px 10px 20px rgba(71, 78, 158, 0.1);
	}

.top-col {
	padding: 0 20px 20px 20px;
}

.top-col h3 {
	padding: 10px 0 15px 0;
	margin: 0 0 20px 0;
	font-size: 20px;
	border-bottom: 2px solid #277af5;
	border-image: linear-gradient(to right, #277af5 0%, #b7d3fc 100%);
	border-image-slice: 1;
}

.top-col h4 {
	padding: 20px 0 10px 0;
	margin: 0;
	font-size: 16px;
}

.top-col p {
	padding: 0;
	margin: 0px 0px;
	font-size: 15px;
	line-height: 1.75em;
	color: #666
}

.top-col p.small {
	padding: 0;
	margin: 10px 0px;
	font-size: 13px;
	color: #555;
}

.top-col a {
	text-decoration: none;
	color: #2170c6;
}

.pdf::before {
	content: "";
	background: url(icons/ic_ex.svg) no-repeat left -2px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	margin: 0 6px 0 0;
}

.box2 table {
	border: solid 1px #ddd;
}

span.small{
	font-size: 13px;
}

.box2 th {
	border: none;
	vertical-align: middle;
	padding: 8px;
	font-size: 13px;
	background: #eee;
	color: #555;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.box2 td {
	border: none;
	vertical-align: middle;
	padding: 8px;
	font-size: 15px;
	line-height: 1.75em;
	color: #555;
	border-bottom: solid 1px #ddd;
}

.box2 table tr:nth-child(odd) {
	background: #fff;
}


.box2 td:first-child {
	text-align: center;
	width: 160px;
}

.exLink::before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(icons/ic_exlink.svg) no-repeat center -1px;
	background-size: cover;
	vertical-align: middle;
}

.pdf2::before {
	content: "";
	background: url(icons/ic_pdf2.svg) no-repeat center -2px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	margin: 0 6px 0 0;
}

.excel::before {
	content: "";
	background: url(icons/ic_excel.svg) no-repeat center -2px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	margin: 0 6px 0 0;
}

#date {
	font-size: 14px;
	font-weight: normal;
	color: #666
}

dl {
	display: grid;
	align-items: center;
	padding: 20px;
	margin: 0 0 20px 0;
	border-radius: 8px;
	/* background: #fafafa; */
	border: solid 1px rgb(71 78 158 / 15%);
	box-shadow: 0px 1px 10px rgb(71 78 158 / 10%);
}
dt {
	font-size: 16px;
	line-height: 1em;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	text-indent: none;
}
dd {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul {
	margin: 0;
	padding: 0 0 0 20px;
}


.member td:first-child{
		background: #f5f5f5;
		text-align: left
}

@media screen and (max-width:900px) {
	#second-hero h2{
		font-size: 30px;
		line-break: 1.5em
	}
	#second-hero h2 span{
		font-size: 15px;
		line-break: 1.5em
	}
	#box-cols {
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	}
	#content .box2 {
		grid-template-columns: 90px 1fr;
	}
	#content .box2 h3 {
		font-size: 1rem;
	}
	#content .box2 span {
		font-size: 0.8rem;
	}
	#content .box2 h4 {
		font-size: 1.1rem;
	}
	#content .box2 p {
		font-size: 0.8rem;
	}
	#content .box2 img {
		width: 70px;
		height: 70px;
	}
	#content ul {
		font-size: 0.8rem;
		margin: 0px 20px 40px 0
	}
	th {
		font-size: 0.8rem;
	}
	td {
		font-size: 0.8rem;
	}

	.content .box2 {
		padding: 0px;
	}

	dl {
		padding: 15px;
	}


}


