.sbn-list {
    /*max-width: 90%;*/
	overflow: hidden;
}
.sbn {
	
	
	border-top: 1px solid #00acb9;
	box-sizing: border-box;
}

.sbn:nth-of-type(1),
.sbn:nth-of-type(2) {
/*	padding-top: 1rem;*/
	border-top: none;
}
.sbn p {
	font-size: 20px;
	margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
	.sbn-list {
		
	}
	.sbn {
		width: auto;
		float: none !important;
	}
	.sbn:nth-of-type(2) {
	/*	height: 280px;
		padding-top: 80px;*/
		border-top: 1px solid #fff;
	}
	

}


.sbn-list ul {
	list-style: none;
	text-align: center;
}
.sbn-list ul li {
	display: inline-block;


}
.sbn-list ul li a {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
	box-sizing: border-box;
	transition: .2s ease-in-out;
}


.sbn01 ul li a {
	border: 2px solid #00acb9;
	border-radius: 50%;
}
.sbn01 ul li a:hover,
.sbn01 ul li a.is-active {
	background-color: #00acb9;
}