.banner-section {
  background-image: url(/static/web/images/banner-9.png);
}

.adv-box {
	margin-bottom: 20px;
}

.adv-box img {
	max-width: 235px;
	height: auto;
}

.adv-box h4 {
	padding-top: 20px;
	padding-bottom: 10px;
}

.story-box {
	margin-top: 20px;
}

.story-box .story-image {
	display: block;
	border-radius: 10px;
	height: 170px;
	background-size: cover;
	background-repeat: no-repeat;
}

.story-box h4 {
	margin-top: 10px;
	font-size: 1em;
}

.story-box h4 a:hover,
.story-box h4 a:active {
	color:#F18897;
}

.join-list {
  margin-left: 30px;
}

.join-list li {
  display: flex;
  align-items: center;
  height: 2.5em;
  line-height: 2.5em;
}

.join-list li i {
  display: inline-block;
  margin-right: 10px;
  font-size: 9px;
}

.join-list li a:hover,
.join-list li a:active {
  color: #F18897;
}

.table th, .table td {
	text-align: center;
}